X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=Makefile;h=07748fe6192679ec8336019d27c7f76b027cda2f;hb=bff6d838583f08251b39bf8626fab7684376c935;hp=b1591ba5ecb9021fa7a238d5daf5b10a3a1ff55a;hpb=c4c8da69a5718740241d4f11c2f6cc3bba447396;p=platal.git diff --git a/Makefile b/Makefile index b1591ba..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' $< > $@ ################################################################################