diff options
author | Bill Nottingham <notting@redhat.com> | 2001-08-15 20:41:07 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2001-08-15 20:41:07 +0000 |
commit | e68803c78e8c3b2e54c259ca106fa2ff0622603d (patch) | |
tree | 4631b00f128f11e0e22d525584688c04f4d5a4d4 /po/Makefile | |
parent | f6e1525cde05acf072129a357e02bedcd14d79c9 (diff) | |
download | initscripts-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/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 |