diff options
author | Matt Wilson <msw@redhat.com> | 1999-09-12 17:13:39 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-09-12 17:13:39 +0000 |
commit | 06684cae6485d3c14d0ac8061fb70eed3b3f771a (patch) | |
tree | ca7ad603659da1f37aecbfcb6b3379d0f23350e7 /po/Makefile | |
parent | eea4e3958dc034bb0bdb55ba2a5dedab9e69345d (diff) | |
download | anaconda-06684cae6485d3c14d0ac8061fb70eed3b3f771a.tar.gz anaconda-06684cae6485d3c14d0ac8061fb70eed3b3f771a.tar.xz anaconda-06684cae6485d3c14d0ac8061fb70eed3b3f771a.zip |
updated
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 e3310cee0..66fb16c6d 100644 --- a/po/Makefile +++ b/po/Makefile @@ -11,7 +11,8 @@ NLSPACKAGE = anaconda CATALOGS = $(shell ls *.po) FMTCATALOGS = $(patsubst %.po,%.mo,$(CATALOGS)) -POTFILES = ../text.py ../gui.py ../iw/*.py ../libfdisk/*.c +POTFILES = ../text.py ../gui.py ../iw/*.py ../libfdisk/*.c \ + ../loader/*.c all: $(NLSPACKAGE).pot $(FMTCATALOGS) |