docs-common/common/entities .cvsignore,1.1,1.2 Makefile,1.1,1.2

Tommy Reynolds (jtr) fedora-docs-commits at redhat.com
Sat Feb 25 01:47:42 UTC 2006


Author: jtr

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

Modified Files:
	.cvsignore Makefile 
Log Message:
Have the update function actually work (blush).



Index: .cvsignore
===================================================================
RCS file: /cvs/docs/docs-common/common/entities/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	25 Feb 2006 01:26:56 -0000	1.1
+++ .cvsignore	25 Feb 2006 01:47:35 -0000	1.2
@@ -1,2 +1,3 @@
 .xml2po.mo
 *.pot
+*~


Index: Makefile
===================================================================
RCS file: /cvs/docs/docs-common/common/entities/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile	25 Feb 2006 01:26:56 -0000	1.1
+++ Makefile	25 Feb 2006 01:47:35 -0000	1.2
@@ -12,7 +12,7 @@
 	if [ ! -f $@ ]; then						\
 		cp $< $@;						\
 	else								\
-		msgmerge -o $@ --backup=simple $@ $<;			\
+		msgmerge --update --backup=simple $@ $<;		\
 	fi
 
 it.pot:	entities-${PRI_LANG}.xml




More information about the Fedora-docs-commits mailing list