blob: 85480402daef3a4f21d58a48e2c0d4455682d7c6 (
plain) (
tree)
|
|
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
EXTRA_DIST = thememan.in
|