From ce5653d75c29954e68c9c912e1c731306f9306fa Mon Sep 17 00:00:00 2001 From: hasufell Date: Wed, 28 Aug 2013 00:39:15 +0200 Subject: BUILD: add --with-theme-manager configure option --- src/htm/Makefile.am | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/htm/Makefile.am (limited to 'src/htm') diff --git a/src/htm/Makefile.am b/src/htm/Makefile.am new file mode 100644 index 00000000..4a7c54ff --- /dev/null +++ b/src/htm/Makefile.am @@ -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 -- cgit 1.4.1