diff options
author | Bill Nottingham <notting@redhat.com> | 2001-07-30 14:55:36 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2001-07-30 14:55:36 +0000 |
commit | dbbd838d6f935766a1b12c753390ed7721caad96 (patch) | |
tree | 0e84fc9942346fbea1c5e3aba76db0be83a25363 /po/Makefile | |
parent | 2fe56195625a090e2e550f53f514bf254a2e6c71 (diff) | |
download | initscripts-dbbd838d6f935766a1b12c753390ed7721caad96.tar initscripts-dbbd838d6f935766a1b12c753390ed7721caad96.tar.gz initscripts-dbbd838d6f935766a1b12c753390ed7721caad96.tar.bz2 initscripts-dbbd838d6f935766a1b12c753390ed7721caad96.tar.xz initscripts-dbbd838d6f935766a1b12c753390ed7721caad96.zip |
refresh from public beta
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/po/Makefile b/po/Makefile index a3ded83e..056f5e78 100644 --- a/po/Makefile +++ b/po/Makefile @@ -17,12 +17,12 @@ all: $(NLSPACKAGE).pot $(FMTCATALOGS) $(NLSPACKAGE).pot: $(POTFILES) @echo "Please don't run 'make initscripts.pot unless you have a *FULL*, current install." - #./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 + ./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 refresh-po: Makefile catalogs='$(CATALOGS)'; \ |