[m-rev.] diff: make rss.xml depend on newsdb.inc
Ian MacLarty
maclarty at csse.unimelb.edu.au
Tue Jul 28 13:55:00 AEST 2009
Estimated hours taken: 0.1
Branches: main
Makefile.common:
Make rss.xml depend on newsdb.inc, so that it is updated when the
news is updated.
Index: Makefile.common
===================================================================
RCS file: /home/mercury1/repository/w3/Makefile.common,v
retrieving revision 1.21
diff -u -r1.21 Makefile.common
--- Makefile.common 12 Feb 2009 00:24:43 -0000 1.21
+++ Makefile.common 28 Jul 2009 03:51:05 -0000
@@ -27,7 +27,7 @@
vpath %.inc $(ROOT)/news
$(HTML): %.html: %.php3 %.inc globals.inc menubar.inc template.inc functions.inc
-$(XML): %.xml: %.php3 functions.inc
+$(XML): %.xml: %.php3 functions.inc newsdb.inc
#-----------------------------------------------------------------------------#
--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to: mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions: mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------
More information about the reviews
mailing list