From 3c624fbd70517643db47498528f5bdc4f1a6b14f Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 18 Jan 2001 21:56:30 +0000 Subject: samba pot file --- po/Makefile | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'po/Makefile') diff --git a/po/Makefile b/po/Makefile index adc571f1..3ddb23fd 100644 --- a/po/Makefile +++ b/po/Makefile @@ -15,12 +15,14 @@ POTFILES = ../rc.d/init.d/* ../rc.d/rc.* ../sysconfig/network-scripts/* all: $(NLSPACKAGE).pot $(FMTCATALOGS) $(NLSPACKAGE).pot: $(POTFILES) - ./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 + 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 update-po: Makefile -- cgit v1.2.1