trans-coord-devel
[Top][All Lists]
Advanced

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

trans-coord/gnun/server/gnun GNUmakefile


From: Yavor Doganov
Subject: trans-coord/gnun/server/gnun GNUmakefile
Date: Fri, 30 May 2008 17:19:01 +0000

CVSROOT:        /cvsroot/trans-coord
Module name:    trans-coord
Changes by:     Yavor Doganov <yavor>   08/05/30 17:19:01

Modified files:
        gnun/server/gnun: GNUmakefile 

Log message:
        ($(rootdir)/gnusflashes.%.include): Typo fix.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/GNUmakefile?cvsroot=trans-coord&r1=1.36&r2=1.37

Patches:
Index: GNUmakefile
===================================================================
RCS file: /cvsroot/trans-coord/trans-coord/gnun/server/gnun/GNUmakefile,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -b -r1.36 -r1.37
--- GNUmakefile 30 May 2008 15:13:23 -0000      1.36
+++ GNUmakefile 30 May 2008 17:19:01 -0000      1.37
@@ -237,7 +237,7 @@
 ### Specific rules for the What's New system (a.k.a. GNU news).
 # There is a lot of duplication with article-rules, but at least one
 # command in every recipe has to be different.  Also, we don't want
-# whatsnew to be in gnun.mk as if it is it will be build by the
+# whatsnew to be in gnun.mk as if it is it will be built by the
 # article-rules anyway.  The `whatsnew' targets are built before the
 # homepages in order any newly generated gnusflashes.LANG.include to
 # be #include'd automatically in the corresponding homepage.
@@ -283,8 +283,7 @@
 # FIXME: Unfortunately, if the translator wraps the msgstr with M-q,
 # then grep in the gnusflashes recipe skips all those wrapped news as
 # there is no match.  Figure out how to avoid this problem or
-# alternatively, say louder that deliberate wrapping of msgstr is a
-# BAD thing.
+# alternatively, say louder that wrapping of msgstr is a BAD thing.
        PO=$(template-dir)/po/whatsnew.$*.po OUT=$@ ; \
          $(PO4A-TRANSLATE) $(PO4A-XHTMLFLAGS) $(PO4A-TRANSLATEFLAGS) \
          -o "translated=W<dd>" --master $< --po $$PO --localized $$OUT
@@ -292,7 +291,7 @@
 # Derive the targets from whatsnew.LANG.include.  Pattern rules rule.
 $(rootdir)/gnusflashes.%.include: $(template-dir)/whatsnew.%.include
        $(addfile)
-       echo "<!--Automatically generated by GNUN; do not edit!-->" -> $@
+       echo "<!--Automatically generated by GNUN; do not edit!-->" > $@
        grep --max-count=3 '<dd>.*</dd>' $< >> $@
        $(SED) --in-place "s/\(\/\?\)dd>/\1p>/g" $@ || (touch $< ; exit 1)
 




reply via email to

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