summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2006-02-25 01:47:35 +0000
committerTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2006-02-25 01:47:35 +0000
commit113a1e60b6db8ae0c4f230fc6105f5221dc727c2 (patch)
tree2233ef089dfb3d993a7863ac481a12d87658b5bb /common
parenta44a5e1d578195d4ec0bf8edf64300476a15ee1d (diff)
downloadfedora-doc-utils-113a1e60b6db8ae0c4f230fc6105f5221dc727c2.tar.gz
fedora-doc-utils-113a1e60b6db8ae0c4f230fc6105f5221dc727c2.tar.xz
fedora-doc-utils-113a1e60b6db8ae0c4f230fc6105f5221dc727c2.zip
Have the update function actually work (blush).
Diffstat (limited to 'common')
-rw-r--r--common/entities/.cvsignore1
-rw-r--r--common/entities/Makefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/common/entities/.cvsignore b/common/entities/.cvsignore
index f7a9d08..fbf5008 100644
--- a/common/entities/.cvsignore
+++ b/common/entities/.cvsignore
@@ -1,2 +1,3 @@
.xml2po.mo
*.pot
+*~
diff --git a/common/entities/Makefile b/common/entities/Makefile
index fb23056..cd76d26 100644
--- a/common/entities/Makefile
+++ b/common/entities/Makefile
@@ -12,7 +12,7 @@ it.po: it.pot
if [ ! -f $@ ]; then \
cp $< $@; \
else \
- msgmerge -o $@ --backup=simple $@ $<; \
+ msgmerge --update --backup=simple $@ $<; \
fi
it.pot: entities-${PRI_LANG}.xml