globals.inc.php depends on ChangeLog
authorx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Wed, 27 Sep 2006 14:26:43 +0000 (14:26 +0000)
committerx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Wed, 27 Sep 2006 14:26:43 +0000 (14:26 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@920 839d8a87-29fc-0310-9880-83ba4fa771e5

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' $< > $@
 
 ################################################################################