2013-08-28 02:39:15 +04:00
|
|
|
MDTOOL_OPTS = --verbose
|
|
|
|
|
|
|
|
theme_SCRIPTS = thememan.exe thememan
|
|
|
|
themedir = $(bindir)
|
|
|
|
|
|
|
|
thememan.exe: htm-mono.csproj
|
|
|
|
$(MDTOOL) $(MDTOOL_OPTS) build $<
|
|
|
|
|
|
|
|
clean-local:
|
|
|
|
rm -f thememan.exe thememan.exe.config thememan.exe.mdb thememan Main.resources
|
2013-08-28 04:55:08 +04:00
|
|
|
|
|
|
|
EXTRA_DIST = thememan.in
|