diff options
author | Matt Wilson <msw@redhat.com> | 2002-12-11 17:36:28 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2002-12-11 17:36:28 +0000 |
commit | 770334f253b5da603da23160233bf23903ba8dd7 (patch) | |
tree | 7862b46380bc1a7152d6eb38237dbbc11c4a90c9 /po/Makefile | |
parent | 6e06b21470f7396c51a9e36559cc10ae2e0e9189 (diff) | |
download | anaconda-770334f253b5da603da23160233bf23903ba8dd7.tar.gz anaconda-770334f253b5da603da23160233bf23903ba8dd7.tar.xz anaconda-770334f253b5da603da23160233bf23903ba8dd7.zip |
pull updates from elvis, merge in loader2
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index 60742947c..5f9cd82e1 100644 --- a/po/Makefile +++ b/po/Makefile @@ -13,7 +13,8 @@ FMTCATALOGS = $(patsubst %.po,%.mo,$(POS)) POTFILES = ../anaconda ../*.py ../iw/*.py ../textw/*.py \ ../installclasses/*.py \ - ../loader/*.c + ../loader/*.c \ + ../loader2/*.c NONPOTFILES = /usr/share/zoneinfo/zone.tab \ ../lang-table |