www-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

www/rss Makefile


From: Yavor Doganov
Subject: www/rss Makefile
Date: Sat, 12 Jan 2008 17:24:50 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Yavor Doganov <yavor>   08/01/12 17:24:50

Modified files:
        rss            : Makefile 

Log message:
        (../gnusflashes.include): Run `cvs update' on the target as a first
        command in the recipe so that the machinery doesn't break when items
        are removed from the generated file retroactively.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/rss/Makefile?cvsroot=www&r1=1.50&r2=1.51

Patches:
Index: Makefile
===================================================================
RCS file: /web/www/www/rss/Makefile,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -b -r1.50 -r1.51
--- Makefile    29 Aug 2005 11:34:50 -0000      1.50
+++ Makefile    12 Jan 2008 17:24:34 -0000      1.51
@@ -88,6 +88,7 @@
        cvs $(CVSOPTS) ci -m "automatic update of the whatsnew.html" $@
 
 ../gnusflashes.include: ../server/whatsnew.txt
+       cvs -q up $@
        gawk -f ../server/news-to-xml.awk $< | xsltproc ../gnusflashes.xslt - > 
$@
        cvs $(CVSOPTS) ci -m "automatic update of the GNUs flashes" $@
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]