aboutsummaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2001-08-15 20:41:07 +0000
committerBill Nottingham <notting@redhat.com>2001-08-15 20:41:07 +0000
commite68803c78e8c3b2e54c259ca106fa2ff0622603d (patch)
tree4631b00f128f11e0e22d525584688c04f4d5a4d4 /po/Makefile
parentf6e1525cde05acf072129a357e02bedcd14d79c9 (diff)
downloadinitscripts-e68803c78e8c3b2e54c259ca106fa2ff0622603d.tar
initscripts-e68803c78e8c3b2e54c259ca106fa2ff0622603d.tar.gz
initscripts-e68803c78e8c3b2e54c259ca106fa2ff0622603d.tar.bz2
initscripts-e68803c78e8c3b2e54c259ca106fa2ff0622603d.tar.xz
initscripts-e68803c78e8c3b2e54c259ca106fa2ff0622603d.zip
update translation info
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index 056f5e78..1cfc200d 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -17,6 +17,7 @@ all: $(NLSPACKAGE).pot $(FMTCATALOGS)
$(NLSPACKAGE).pot: $(POTFILES)
@echo "Please don't run 'make initscripts.pot unless you have a *FULL*, current install."
+new-pot-file-i-really-mean-it: $(POTFILES)
./xgettext_sh.py $(POTFILES) > $(NLSPACKAGE).po
if cmp -s $(NLSPACKAGE).po $(NLSPACKAGE).pot; then \
rm -f $(NLSPACKAGE).po; \
@@ -46,7 +47,7 @@ report:
done
clean:
- rm -f *mo $(NLSPACKAGE).pot *.pyc
+ rm -f *mo *.pyc
distclean: clean
rm -f .depend Makefile