globals.inc.php depends on ChangeLog
[platal.git] / Makefile
index b1591ba..07748fe 100644 (file)
--- 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' $< > $@
 
 ################################################################################