From 08fd4f2dd73f198ad12a219fac91f743e3c9c6b6 Mon Sep 17 00:00:00 2001 From: hasufell Date: Wed, 28 Aug 2013 02:55:08 +0200 Subject: [PATCH] BUILD: use thememan.in instead of Makefile echo --- configure.ac | 1 + src/htm/Makefile.am | 6 ++---- src/htm/thememan.in | 3 +++ 3 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 src/htm/thememan.in diff --git a/configure.ac b/configure.ac index 6f217fcb..4e47cf7e 100644 --- a/configure.ac +++ b/configure.ac @@ -969,6 +969,7 @@ src/common/dbus/Makefile src/fe-text/Makefile src/fe-gtk/Makefile src/htm/Makefile +src/htm/thememan src/pixmaps/Makefile plugins/Makefile plugins/python/Makefile 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 diff --git a/src/htm/thememan.in b/src/htm/thememan.in new file mode 100644 index 00000000..f6f80df6 --- /dev/null +++ b/src/htm/thememan.in @@ -0,0 +1,3 @@ +#!/bin/sh +exec_prefix="@exec_prefix@" +exec mono "@bindir@/thememan.exe" "$@"