aboutsummaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2001-01-18 21:56:30 +0000
committerBill Nottingham <notting@redhat.com>2001-01-18 21:56:30 +0000
commit3c624fbd70517643db47498528f5bdc4f1a6b14f (patch)
tree5c2107a37779caa037a6bba1d749cfd40afc00c8 /po/Makefile
parenta1422c5ebb4b7f8927983611f5e5b94816113ff6 (diff)
downloadinitscripts-3c624fbd70517643db47498528f5bdc4f1a6b14f.tar
initscripts-3c624fbd70517643db47498528f5bdc4f1a6b14f.tar.gz
initscripts-3c624fbd70517643db47498528f5bdc4f1a6b14f.tar.bz2
initscripts-3c624fbd70517643db47498528f5bdc4f1a6b14f.tar.xz
initscripts-3c624fbd70517643db47498528f5bdc4f1a6b14f.zip
samba pot file
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile14
1 files changed, 8 insertions, 6 deletions
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