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: Thu, 24 Jan 2008 09:12:06 +0000

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

Modified files:
        rss            : Makefile 

Log message:
        (../server/whatsnew.html): Send only the head of the prerequisite to
        trans-coord-news instead of the whole file.

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

Patches:
Index: Makefile
===================================================================
RCS file: /web/www/www/rss/Makefile,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -b -r1.54 -r1.55
--- Makefile    21 Jan 2008 20:10:35 -0000      1.54
+++ Makefile    24 Jan 2008 09:11:49 -0000      1.55
@@ -79,7 +79,7 @@
 
 # This is the target that sends the email to the translators list
 ../server/whatsnew.html: ../server/whatsnew.txt
-       cat $< | mail -s "GNU news update" address@hidden
+       head $< | mail -s "GNU news update" address@hidden
        gawk -f ../server/news-to-xml.awk $< | xsltproc ../server/whatsnew.xslt 
- > $@
        cvs $(CVSOPTS) ci -m "automatic update of the whatsnew.html" $@
 




reply via email to

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