Change the checkdb mail subject when changing release, so I hope somebody else will...
[platal.git] / Makefile
index 1a31049..2a26014 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' $< > $@
 
 ################################################################################
@@ -32,7 +32,7 @@ q:
 ## core
 ##
 
-core: spool/templates_c include/platal/globals.inc.php
+core: spool/templates_c include/globals.inc.php configs/platal.cron
 
 spool/templates_c spool/uploads:
        mkdir -p $@