shellfiles/Makefile
changeset 159 40cdb9aa191d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/shellfiles/Makefile	Tue Jun 11 13:56:58 2013 +0200
@@ -0,0 +1,7 @@
+M4=m4
+SCRIPTS=build_mercurial.sh
+
+all: $(SCRIPTS)
+
+%.sh: %.sh.in common.sh.in
+	$(M4) -P $< > $@