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 $<
|
|
|
|
|
|
|
|
thememan:
|
2013-08-28 03:12:36 +04:00
|
|
|
@echo '#!/bin/sh' > $@
|
|
|
|
@echo 'exec mono /usr/bin/thememan.exe "$$@"' >> $@
|
2013-08-28 02:39:15 +04:00
|
|
|
|
|
|
|
clean-local:
|
|
|
|
rm -f thememan.exe thememan.exe.config thememan.exe.mdb thememan Main.resources
|