diff options
Diffstat (limited to 'src/htm/Makefile.am')
-rw-r--r-- | src/htm/Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/htm/Makefile.am b/src/htm/Makefile.am index 5c387e36..85480402 100644 --- a/src/htm/Makefile.am +++ b/src/htm/Makefile.am @@ -6,9 +6,7 @@ themedir = $(bindir) thememan.exe: htm-mono.csproj $(MDTOOL) $(MDTOOL_OPTS) build $< -thememan: - @echo '#!/bin/sh' > $@ - @echo 'exec mono "$(bindir)/thememan.exe" "$$@"' >> $@ - clean-local: rm -f thememan.exe thememan.exe.config thememan.exe.mdb thememan Main.resources + +EXTRA_DIST = thememan.in |