[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
trans-coord/gnun/server/gnun GNUmakefile ChangeLog
From: |
Pavel Kharitonov |
Subject: |
trans-coord/gnun/server/gnun GNUmakefile ChangeLog |
Date: |
Mon, 23 Apr 2012 04:54:34 +0000 |
CVSROOT: /sources/trans-coord
Module name: trans-coord
Changes by: Pavel Kharitonov <ineiev> 12/04/23 04:54:34
Modified files:
gnun/server/gnun: GNUmakefile ChangeLog
Log message:
(generate-pot): Pre-fill some fields of generated POTs; update comments.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/GNUmakefile?cvsroot=trans-coord&r1=1.121&r2=1.122
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/ChangeLog?cvsroot=trans-coord&r1=1.264&r2=1.265
Patches:
Index: GNUmakefile
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/GNUmakefile,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -b -r1.121 -r1.122
--- GNUmakefile 20 Apr 2012 04:06:10 -0000 1.121
+++ GNUmakefile 23 Apr 2012 04:54:32 -0000 1.122
@@ -414,14 +414,22 @@
fi
endef
-# The command to generate pot file which perform additional checks
-# whether the changes are not trivial (regarding only
+# The command to generate pot file which performs additional checks
+# whether the changes are not substantial (e.g. regarding only
# POT-Creation-Date), in which case the changes are ignored.
define generate-pot
$(MAILFAIL) $(NOTIFYSKIP) $(web-addr) \
"[GNUN Error] POT generation of $(subst $(rootdir)/,,$@) failed" \
$(PO4A_GETTEXTIZE) $(PO4A-XHTMLFLAGS) $(PO4A-GETTEXTIZEFLAGS) \
--master $< --po address@hidden
+$(SED) --in-place \
+ '1,/^$$$$/{\
+ address@hidden SOME DESCRIPTIVE address@hidden LANGUAGE translation of \
+http://www.gnu.org$(subst /po/,/,$(subst $(rootdir),,$(<:.proto=.html)))@;\
+ s/^\(# This file is distributed under the same license as the\) \
+PACKAGE package./\1 original article./;\
+ address@hidden("Project-Id-Version:\) PACKAGE VERSION\\n"@\1 \
+$(<F:.proto=.html)\\n"@;}' address@hidden
$(call check-new-po,$@)
touch $@
endef
Index: ChangeLog
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/ChangeLog,v
retrieving revision 1.264
retrieving revision 1.265
diff -u -b -r1.264 -r1.265
--- ChangeLog 20 Apr 2012 04:06:10 -0000 1.264
+++ ChangeLog 23 Apr 2012 04:54:32 -0000 1.265
@@ -1,3 +1,8 @@
+2012-04-23 Pavel Kharitonov <address@hidden>
+
+ * GNUmakefile (generate-pot): Pre-fill some fields of generated
+ POTs; update comments.
+
2012-04-20 Pavel Kharitonov <address@hidden>
Disable staged pages; the feature didn't prove to be useful.