X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=Makefile;h=07748fe6192679ec8336019d27c7f76b027cda2f;hb=bff6d838583f08251b39bf8626fab7684376c935;hp=1a310499ad1272ed34195547bcabbd3734c98c15;hpb=2c79924909ecda6dcbaf5ba3592cb864726d4c58;p=platal.git diff --git a/Makefile b/Makefile index 1a31049..07748fe 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ q: @echo -e "Code statistics\n" @sloccount $(filter-out wiki/ spool/, $(wildcard */)) 2> /dev/null | egrep '^[a-z]*:' -%: %.in Makefile +%: %.in Makefile ChangeLog sed -e 's,@VERSION@,$(VERSION),g' $< > $@ ################################################################################ @@ -32,7 +32,7 @@ q: ## core ## -core: spool/templates_c include/platal/globals.inc.php +core: spool/templates_c include/globals.inc.php spool/templates_c spool/uploads: mkdir -p $@