]> sjero.net Git - wget/commitdiff
Comment out $(POTFILES) target.
authorMicah Cowan <micah@cowan.name>
Wed, 10 Oct 2007 01:44:12 +0000 (18:44 -0700)
committerMicah Cowan <micah@cowan.name>
Wed, 10 Oct 2007 01:44:12 +0000 (18:44 -0700)
po/Makefile.in.in

index 9dc2c4ac80900999fc4b1e562bc1a5ebbab8bcb5..e6da10aa44808e1ac57b219d0f42f41d628480ac 100644 (file)
@@ -163,15 +163,15 @@ $(srcdir)/$(DOMAIN).pot:
 
 # This target rebuilds a PO file if $(DOMAIN).pot has changed.
 # Note that a PO file is not touched if it doesn't need to be changed.
 
 # This target rebuilds a PO file if $(DOMAIN).pot has changed.
 # Note that a PO file is not touched if it doesn't need to be changed.
-$(POFILES): $(srcdir)/$(DOMAIN).pot
-       @lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
-       if test -f "$(srcdir)/$${lang}.po"; then \
-         test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
-         echo "$${cdcmd}$(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot"; \
-         cd $(srcdir) && $(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot; \
-       else \
-         $(MAKE) $${lang}.po-create; \
-       fi
+#$(POFILES): $(srcdir)/$(DOMAIN).pot
+#      @lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
+#      if test -f "$(srcdir)/$${lang}.po"; then \
+#        test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
+#        echo "$${cdcmd}$(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot"; \
+#        cd $(srcdir) && $(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot; \
+#      else \
+#        $(MAKE) $${lang}.po-create; \
+#      fi
 
 
 install: install-exec install-data
 
 
 install: install-exec install-data