From: x2003bruneau Date: Wed, 27 Sep 2006 14:26:43 +0000 (+0000) Subject: globals.inc.php depends on ChangeLog X-Git-Tag: xorg/0.9.12~244 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=5e73ff673edff1feb165296dd1971cd536a83418;p=platal.git globals.inc.php depends on ChangeLog git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@920 839d8a87-29fc-0310-9880-83ba4fa771e5 --- 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' $< > $@ ################################################################################