[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
docs-common/common/entities .cvsignore,1.1,1.2 Makefile,1.1,1.2
- From: "Tommy Reynolds" (jtr) <fedora-docs-commits redhat com>
- To: fedora-docs-commits redhat com
- Subject: docs-common/common/entities .cvsignore,1.1,1.2 Makefile,1.1,1.2
- Date: Fri, 24 Feb 2006 20:47:42 -0500
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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]