summaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-04-22 15:51:59 +0000
committerJeremy Katz <katzj@redhat.com>2002-04-22 15:51:59 +0000
commit883cf725bc11e2c1d3a579040c03265670e9316f (patch)
tree45fa46875523ec5fb80a65ff6d5bf66ab47cf449 /po/Makefile
parente012322dabe150cb08c785777f6e3c1333faa081 (diff)
downloadanaconda-883cf725bc11e2c1d3a579040c03265670e9316f.tar.gz
anaconda-883cf725bc11e2c1d3a579040c03265670e9316f.tar.xz
anaconda-883cf725bc11e2c1d3a579040c03265670e9316f.zip
drop in updated translations from hampton branch
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index 3acf3eea9..575c8fd24 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -24,7 +24,7 @@ all: $(FMTCATALOGS)
$(NLSPACKAGE).pot: $(POTFILES) $(NONPOTFILES)
xgettext --default-domain=$(NLSPACKAGE) \
- --add-comments --keyword=_ --keyword=N_ $(POTFILES)
+ --keyword=_ --keyword=N_ $(POTFILES)
./compsgettext ../comps/comps-master >> $(NLSPACKAGE).po
cat /usr/share/zoneinfo/zone.tab | cut -f4 | grep "^[a-zA-Z]" | sort | uniq -u | while read line; do echo -e "\n#. generated from zone.tab\nmsgid \"$$line\"\nmsgstr \"\""; done >> $(NLSPACKAGE).po
cat ../lang-table | cut -f1 | while read line; do echo -e "\n#. generated from lang-table\nmsgid \"$$line\"\nmsgstr \"\""; done >> $(NLSPACKAGE).po