BUILD: add --with-theme-manager configure option

This commit is contained in:
hasufell
2013-08-28 00:39:15 +02:00
parent 36b84c9af3
commit ce5653d75c
4 changed files with 41 additions and 0 deletions

14
src/htm/Makefile.am Normal file
View File

@@ -0,0 +1,14 @@
MDTOOL_OPTS = --verbose
theme_SCRIPTS = thememan.exe thememan
themedir = $(bindir)
thememan.exe: htm-mono.csproj
$(MDTOOL) $(MDTOOL_OPTS) build $<
thememan:
@echo "#!/bin/sh" > $@
@echo "exec mono /usr/bin/thememan.exe \"$@\"" >> $@
clean-local:
rm -f thememan.exe thememan.exe.config thememan.exe.mdb thememan Main.resources