docs-common Makefile.common,1.75,1.76

Tommy Reynolds (jtr) fedora-docs-commits at redhat.com
Tue Feb 28 12:35:37 UTC 2006


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}




More information about the Fedora-docs-commits mailing list