summaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-08-02 06:41:23 +0000
committerJeremy Katz <katzj@redhat.com>2002-08-02 06:41:23 +0000
commit598316645612e894e60340ef40673b73d123755f (patch)
treebb46049cb1f0e6ff3bd6e741d8c86aeaab885b72 /po/Makefile
parent7548349eaac310a9e7a8890deaab371032b1762d (diff)
downloadanaconda-598316645612e894e60340ef40673b73d123755f.tar.gz
anaconda-598316645612e894e60340ef40673b73d123755f.tar.xz
anaconda-598316645612e894e60340ef40673b73d123755f.zip
really get rid of comps translation
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index 7aa98219f..137a7c794 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -24,7 +24,6 @@ all: $(FMTCATALOGS)
$(NLSPACKAGE).pot: $(POTFILES) $(NONPOTFILES)
xgettext --default-domain=$(NLSPACKAGE) \
--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
if cmp -s $(NLSPACKAGE).po $(NLSPACKAGE).pot; then \