From e68803c78e8c3b2e54c259ca106fa2ff0622603d Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 15 Aug 2001 20:41:07 +0000 Subject: update translation info --- po/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'po/Makefile') 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 -- cgit v1.2.1