shellfiles/Makefile
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 09 Mar 2015 16:57:10 +0100
changeset 274 b13db8438e4a
parent 159 40cdb9aa191d
permissions -rw-r--r--
Fix in validation of extensions source info. Check if there are any extensions at all, if not then check there's no extension.st file.

M4=m4
SCRIPTS=build_mercurial.sh

all: $(SCRIPTS)

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