[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
docs-common Makefile.common,1.75,1.76
- From: "Tommy Reynolds" (jtr) <fedora-docs-commits redhat com>
- To: fedora-docs-commits redhat com
- Subject: docs-common Makefile.common,1.75,1.76
- Date: Tue, 28 Feb 2006 07:35:37 -0500
Author: jtr
Update of /cvs/docs/docs-common
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1802
Modified Files:
Makefile.common
Log Message:
Added "msgmerge -U" switch to update .PO file in-place. Dropped the
"*.po.bank" backup file in favor of the msgmerge default behavior.
Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- Makefile.common 28 Feb 2006 02:06:49 -0000 1.75
+++ Makefile.common 28 Feb 2006 12:35:30 -0000 1.76
@@ -455,8 +455,7 @@
if [ ! -f $$@ ]; then \
cp po/${DOCBASE}.pot $$@; \
else \
- cp $$@ $$ bank; \
- ${MSGMERGE} -o $$@ $$ bank po/${DOCBASE}.pot; \
+ ${MSGMERGE} -U --backup=simple $$@ po/${DOCBASE}.pot; \
fi
.PHONY: po-${1}
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]