diff options
author | Erik Troan <ewt@redhat.com> | 2000-05-03 18:00:24 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2000-05-03 18:00:24 +0000 |
commit | 949528f9e703c7373d9e30510b76f8944b001138 (patch) | |
tree | 8e8bb24addb91de7bee9265049f366c504754aa1 /po/Makefile | |
parent | a7a3e6f337f0ce72c8feb603a05f287915da3866 (diff) | |
download | anaconda-949528f9e703c7373d9e30510b76f8944b001138.tar.gz anaconda-949528f9e703c7373d9e30510b76f8944b001138.tar.xz anaconda-949528f9e703c7373d9e30510b76f8944b001138.zip |
first pass at new install class placement -- works in text mode
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 3d8bd8cb0..d5a67411f 100644 --- a/po/Makefile +++ b/po/Makefile @@ -14,7 +14,7 @@ SHORT_PO = $(filter-out $(LONG_PO), $(wildcard *.po)) FMTCATALOGS = $(patsubst %.po,%.mo,$(SHORT_PO) $(LONG_PO)) POTFILES = ../*.py ../iw/*.py ../textw/*.py \ - ../libfdisk/*.c ../loader/*.c + ../libfdisk/*.c ../loader/*.c ../installclasses/*.py all: $(NLSPACKAGE).pot $(FMTCATALOGS) |