summaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-08-26 18:46:38 +0000
committerMatt Wilson <msw@redhat.com>1999-08-26 18:46:38 +0000
commit50dd78ac20d4e65c8a510834cda4166e1920f2a3 (patch)
tree2ed7a0a55319e55880ddb8b397b70c8b03cd0529 /po/Makefile
parentd2fb657ae4aeeaf3ab070b594371742d810829c3 (diff)
downloadanaconda-50dd78ac20d4e65c8a510834cda4166e1920f2a3.tar.gz
anaconda-50dd78ac20d4e65c8a510834cda4166e1920f2a3.tar.xz
anaconda-50dd78ac20d4e65c8a510834cda4166e1920f2a3.zip
get more stuff
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/po/Makefile b/po/Makefile
index 8b5b59c52..f226cc3a1 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -6,12 +6,12 @@ INSTALLNLSDIR=usr/share/locale
MSGMERGE = msgmerge
-NLSPACKAGE = anaconda-text
+NLSPACKAGE = anaconda
CATALOGS = $(shell ls *.po)
FMTCATALOGS = $(patsubst %.po,%.mo,$(CATALOGS))
-POTFILES = ../text.py
+POTFILES = ../text.py ../iw/*.py
all: $(NLSPACKAGE).pot $(FMTCATALOGS)