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

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

trans-coord/gnun prep/gnun/ChangeLog prep/gnun/...


From: Yavor Doganov
Subject: trans-coord/gnun prep/gnun/ChangeLog prep/gnun/...
Date: Thu, 31 Jan 2008 22:04:01 +0000

CVSROOT:        /cvsroot/trans-coord
Module name:    trans-coord
Changes by:     Yavor Doganov <yavor>   08/01/31 22:04:01

Modified files:
        gnun/prep/gnun : ChangeLog GNUmakefile 
Added files:
        gnun/server    : dummy.html 

Log message:
        ($(template_dir)/po/%.$(1).po): Revert last change.
        (template_files): Add `dummy' to test template_rules after the
        last snafu.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/prep/gnun/ChangeLog?cvsroot=trans-coord&r1=1.20&r2=1.21
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/prep/gnun/GNUmakefile?cvsroot=trans-coord&r1=1.21&r2=1.22
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/dummy.html?cvsroot=trans-coord&rev=1.1

Patches:
Index: prep/gnun/ChangeLog
===================================================================
RCS file: /cvsroot/trans-coord/trans-coord/gnun/prep/gnun/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- prep/gnun/ChangeLog 31 Jan 2008 10:19:16 -0000      1.20
+++ prep/gnun/ChangeLog 31 Jan 2008 22:04:01 -0000      1.21
@@ -1,3 +1,9 @@
+2008-02-01  Yavor Doganov  <address@hidden>
+
+       * GNUmakefile ($(template_dir)/po/%.$(1).po): Revert last change.
+       (template_files): Add `dummy' to test template_rules after the
+       last snafu.
+
 2008-01-31  Yavor Doganov  <address@hidden>
 
        * GNUmakefile (.PRECIOUS): Depend on $(template_dir)/po/%.$(1).po.

Index: prep/gnun/GNUmakefile
===================================================================
RCS file: /cvsroot/trans-coord/trans-coord/gnun/prep/gnun/GNUmakefile,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- prep/gnun/GNUmakefile       31 Jan 2008 10:19:16 -0000      1.21
+++ prep/gnun/GNUmakefile       31 Jan 2008 22:04:01 -0000      1.22
@@ -52,6 +52,7 @@
 template_dir := $(rootdir)/server
 template_files := banner \
                  banner-homepage \
+                 dummy \
                  footer-text
 template_translated_base := $(addprefix $(template_dir)/,$(template_files))
 template_lang = $(addsuffix .$(1).html,$(template_translated_base))
@@ -125,7 +126,7 @@
 # once.  Create a copy for every PO file in TEMPLATE_LINGUAS so that
 # the build can continue without errors.
 # FIXME: Check if this approach works with gettext >> 0.14.
-       [ -f $$@ ] || cp $$< $$@ #; $(CVS) $(CVSOPTS) add $$@)
+       [ -f $$@ ] || (cp $$< $$@ ; $(CVS) $(CVSOPTS) add $$@)
        @echo Updating PO file...
        $(MSGMERGE) --update $$@ $$< && touch $$@
 

Index: server/dummy.html
===================================================================
RCS file: server/dummy.html
diff -N server/dummy.html
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ server/dummy.html   31 Jan 2008 22:04:01 -0000      1.1
@@ -0,0 +1 @@
+<p>Everybody loves Matt Lee.</p>




reply via email to

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