shellfiles/Makefile
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 16 Dec 2014 11:30:03 +0100
changeset 265 eb1cc3afb10c
parent 159 40cdb9aa191d
permissions -rw-r--r--
Added ReportSourceInfo>>pathNameAbsolute: aBoolean

M4=m4
SCRIPTS=build_mercurial.sh

all: $(SCRIPTS)

%.sh: %.sh.in common.sh.in
	$(M4) -P $< > $@