]> sjero.net Git - wget/blobdiff - po/Makefile.in.in
Documentation fixes for IRI options, and rename --locale -> --local-encoding.
[wget] / po / Makefile.in.in
index 9dc2c4ac80900999fc4b1e562bc1a5ebbab8bcb5..27cbb1bf886c826b4a67abaaec8c461201f35196 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.
-$(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
@@ -312,7 +312,7 @@ mostlyclean:
 clean: mostlyclean
 
 distclean: clean
-       rm -f Makefile Makefile.in POTFILES *.mo
+       rm -f Makefile Makefile.in POTFILES *.mo en_US.po
 
 maintainer-clean: distclean
        @echo "This command is intended for maintainers to use;"