diff options
author | Bill Nottingham <notting@redhat.com> | 2001-01-24 17:27:56 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2001-01-24 17:27:56 +0000 |
commit | a13601ceb7a827666bbfd1bc6c99f2eff96ea064 (patch) | |
tree | a877976a2e6dc2b38905fc966cf31ae2ca1ee8ff /po/Makefile | |
parent | 131668e4b0555bb9172f86b2d351de1662dc3147 (diff) | |
download | initscripts-a13601ceb7a827666bbfd1bc6c99f2eff96ea064.tar initscripts-a13601ceb7a827666bbfd1bc6c99f2eff96ea064.tar.gz initscripts-a13601ceb7a827666bbfd1bc6c99f2eff96ea064.tar.bz2 initscripts-a13601ceb7a827666bbfd1bc6c99f2eff96ea064.tar.xz initscripts-a13601ceb7a827666bbfd1bc6c99f2eff96ea064.zip |
big refresh-po stuff
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/po/Makefile b/po/Makefile index ca28576c..9b98e907 100644 --- a/po/Makefile +++ b/po/Makefile @@ -16,13 +16,13 @@ all: $(NLSPACKAGE).pot $(FMTCATALOGS) $(NLSPACKAGE).pot: $(POTFILES) @echo "Please don't do that." -# -# ./xgettext_sh --initscripts $(POTFILES) > $(NLSPACKAGE).po -# if cmp -s $(NLSPACKAGE).po $(NLSPACKAGE).pot; then \ -# rm -f $(NLSPACKAGE).po; \ -# else \ -# mv $(NLSPACKAGE).po $(NLSPACKAGE).pot; \ -# fi + + #./xgettext_sh.py $(POTFILES) > $(NLSPACKAGE).po + #if cmp -s $(NLSPACKAGE).po $(NLSPACKAGE).pot; then \ + # rm -f $(NLSPACKAGE).po; \ + #else \ + # mv $(NLSPACKAGE).po $(NLSPACKAGE).pot; \ + #fi update-po: Makefile |