summaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-01-02 20:29:22 +0000
committerMatt Wilson <msw@redhat.com>2000-01-02 20:29:22 +0000
commitfd09794abe87df16d38b118aeb3938a0a8bc6efc (patch)
treeec6b55e087268d2f834fa88916329fbbccc4fb57 /po/Makefile
parent3247652a49b657a729d84b3eade363a7d303243a (diff)
downloadanaconda-fd09794abe87df16d38b118aeb3938a0a8bc6efc.tar.gz
anaconda-fd09794abe87df16d38b118aeb3938a0a8bc6efc.tar.xz
anaconda-fd09794abe87df16d38b118aeb3938a0a8bc6efc.zip
update-po
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index 86db7beae..3adfadb5f 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -72,7 +72,9 @@ install: all
$(PREFIX)/$(INSTALLNLSDIR)/$$l/LC_MESSAGES/$(NLSPACKAGE).mo; \
done
-missing: Makefile
+.PHONY: missing
+
+missing:
mkdir -p missing; \
for n in $(CATALOGS); do \
msghack -w 999999 --missing $$n > missing/$$n-; \