summaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-13 18:56:25 +0000
committerMatt Wilson <msw@redhat.com>1999-09-13 18:56:25 +0000
commit770220d29752c637fda5ecc4072efce161b1499c (patch)
tree6a18d86ee6429d60d3c0340e499db8913a75f003 /po/Makefile
parent5da684416bce7bae54b566ceee34198dcdc2e8a6 (diff)
downloadanaconda-770220d29752c637fda5ecc4072efce161b1499c.tar.gz
anaconda-770220d29752c637fda5ecc4072efce161b1499c.tar.xz
anaconda-770220d29752c637fda5ecc4072efce161b1499c.zip
jj patches, fixups for upgrade lilo 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 66fb16c6d..666b92fd9 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -11,8 +11,8 @@ NLSPACKAGE = anaconda
CATALOGS = $(shell ls *.po)
FMTCATALOGS = $(patsubst %.po,%.mo,$(CATALOGS))
-POTFILES = ../text.py ../gui.py ../iw/*.py ../libfdisk/*.c \
- ../loader/*.c
+POTFILES = ../text.py ../gui.py ../iw/*.py ../textw/*.py \
+ ../libfdisk/*.c ../loader/*.c
all: $(NLSPACKAGE).pot $(FMTCATALOGS)