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: Mon, 21 Jan 2008 20:10:40 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Yavor Doganov <yavor>   08/01/21 20:10:40

Modified files:
        rss            : Makefile 

Log message:
        (gnunews): Remove Makefile from prerequisites.
        (../gnusflashes.include): Remove the workaround for manual edits of
        the target; no longer needed as `cvs update' is run by cron.

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

Patches:
Index: Makefile
===================================================================
RCS file: /web/www/www/rss/Makefile,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -b -r1.53 -r1.54
--- Makefile    12 Jan 2008 19:13:19 -0000      1.53
+++ Makefile    21 Jan 2008 20:10:35 -0000      1.54
@@ -17,23 +17,19 @@
 # Boston, MA 02110-1301, USA.
 
 
-
 # README 
 # When you run this you should first "cvs update" the root,
-# server and rss directorys.
-
+# server and rss directories.
 
-# DEPENDANCIES
+# DEPENDENCIES
 # This Makefile requires libxml2 and libxslt tools.
 # It also requires at least cvs version 12.9.
 
-
-
 # Do all the news updates.
 all: quagga.rss gnunews
 
 # Do the main GNU stuff.
-gnunews: Makefile gnunews.en gnunews.i18n
+gnunews: gnunews.en gnunews.i18n
 
 gnunews.en: ../server ../server/whatsnew.html ../gnusflashes.include 
whatsnew.rss 
 
@@ -88,9 +84,6 @@
        cvs $(CVSOPTS) ci -m "automatic update of the whatsnew.html" $@
 
 ../gnusflashes.include: ../server/whatsnew.txt
-# Safeguard for manual edits of the target: delete and restore it
-# since merely updating it is likely to result in conflicts.
-       $(RM) $@ ; cvs -q update $@
        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]