aboutsummaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
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