summaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-05-11 21:36:04 +0000
committerMatt Wilson <msw@redhat.com>2000-05-11 21:36:04 +0000
commitfb47426d211077fcb833584ac5ec6ae91cbaa219 (patch)
tree9d9e736affd33f9ac053ac47b5fad3c0a6576d82 /po/Makefile
parent751d75f05a59d79e130397adb5150c9ee3861313 (diff)
downloadanaconda-fb47426d211077fcb833584ac5ec6ae91cbaa219.tar.gz
anaconda-fb47426d211077fcb833584ac5ec6ae91cbaa219.tar.xz
anaconda-fb47426d211077fcb833584ac5ec6ae91cbaa219.zip
make all target not include pot file
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index 77e03aa3a..6b0ae6456 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -17,7 +17,7 @@ POTFILES = ../*.py ../iw/*.py ../textw/*.py \
../libfdisk/*.c ../loader/*.c ../installclasses/*.py \
../comps/comps-master
-all: $(NLSPACKAGE).pot $(FMTCATALOGS)
+all: $(FMTCATALOGS)
$(NLSPACKAGE).pot: $(POTFILES)
xgettext --default-domain=$(NLSPACKAGE) \