diff options
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 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 |