diff options
author | Matt Wilson <msw@redhat.com> | 1999-08-26 20:52:43 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-08-26 20:52:43 +0000 |
commit | 68494cc2f9825291f6043425c642db84d35dc3c2 (patch) | |
tree | 03596e5ab62dfbde3e56da80e657cc94ce5ccf6f /po/Makefile | |
parent | b0891097e4f508805c51dc4e4dc9177b98e55cf1 (diff) | |
download | anaconda-68494cc2f9825291f6043425c642db84d35dc3c2.tar.gz anaconda-68494cc2f9825291f6043425c642db84d35dc3c2.tar.xz anaconda-68494cc2f9825291f6043425c642db84d35dc3c2.zip |
more markups
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index f226cc3a1..e3396bcdd 100644 --- a/po/Makefile +++ b/po/Makefile @@ -11,7 +11,7 @@ NLSPACKAGE = anaconda CATALOGS = $(shell ls *.po) FMTCATALOGS = $(patsubst %.po,%.mo,$(CATALOGS)) -POTFILES = ../text.py ../iw/*.py +POTFILES = ../text.py ../gui.py ../iw/*.py all: $(NLSPACKAGE).pot $(FMTCATALOGS) |