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

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

trans-coord/gnun/server/gnun ChangeLog GNUmakefile


From: Yavor Doganov
Subject: trans-coord/gnun/server/gnun ChangeLog GNUmakefile
Date: Sun, 01 Jun 2008 10:43:26 +0000

CVSROOT:        /cvsroot/trans-coord
Module name:    trans-coord
Changes by:     Yavor Doganov <yavor>   08/06/01 10:43:26

Modified files:
        gnun/server/gnun: ChangeLog GNUmakefile 

Log message:
        ($(template-dir)/po/whatsnew.translinks): New target
        to avoid `No rule to make ../../server/po/whatsnew.bg.html' error
        when run in a fresh export.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/ChangeLog?cvsroot=trans-coord&r1=1.75&r2=1.76
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/GNUmakefile?cvsroot=trans-coord&r1=1.38&r2=1.39

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/trans-coord/trans-coord/gnun/server/gnun/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -b -r1.75 -r1.76
--- ChangeLog   1 Jun 2008 08:01:50 -0000       1.75
+++ ChangeLog   1 Jun 2008 10:43:25 -0000       1.76
@@ -1,5 +1,9 @@
 2008-06-01  Yavor Doganov  <address@hidden>
 
+       * GNUmakefile ($(template-dir)/po/whatsnew.translinks): New target
+       to avoid `No rule to make ../../server/po/whatsnew.bg.html' error
+       when run in a fresh export.
+
        * gnun.mk (philosophy): Add `why-audio-format-matters'; requested
        by the Italian team.
 

Index: GNUmakefile
===================================================================
RCS file: /cvsroot/trans-coord/trans-coord/gnun/server/gnun/GNUmakefile,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -b -r1.38 -r1.39
--- GNUmakefile 1 Jun 2008 07:51:59 -0000       1.38
+++ GNUmakefile 1 Jun 2008 10:43:26 -0000       1.39
@@ -252,6 +252,11 @@
 # workaround a bug introduced in Po4a 0.33.
        $(SED) --in-place 's/<!--\#include .*-->/<gnun>\0<\/gnun>/g' $@
 
+# This target is present because the whatsnew.%.html target depends on
+# it so when make is run for the first time and whatsnew.translinks is
+# not present, it exits with an error.
+$(template-dir)/po/whatsnew.translinks: $(template-dir)/po/whatsnew.proto
+
 $(template-dir)/po/whatsnew.pot: $(template-dir)/po/whatsnew.proto \
                                 $(template-dir)/whatsnew.include
        $(addfile)




reply via email to

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