docs-common Makefile.common,1.90,1.91

Tommy Reynolds (jtr) fedora-docs-commits at redhat.com
Fri Mar 3 20:46:37 UTC 2006


Author: jtr

Update of /cvs/docs/docs-common
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26989

Modified Files:
	Makefile.common 
Log Message:
Replaced ${MSGMERGE} processing to update .PO file when the .XML and
thus the .POT file changes.



Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- Makefile.common	3 Mar 2006 20:39:19 -0000	1.90
+++ Makefile.common	3 Mar 2006 20:46:27 -0000	1.91
@@ -460,6 +460,8 @@
 	[ -d po ] || (echo ADD po/ TO CVS >&2; exit 1)
 	if [ ! -f $$@ ]; then						\
 		cp po/${DOCBASE}.pot $$@;				\
+	else								\
+		${MSGMERGE} -U -q $$@ $$<;				\
 	fi
 
 .PHONY:	po-${1}




More information about the docs-commits mailing list