X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=po%2FMakefile.in.in;h=e6da10aa44808e1ac57b219d0f42f41d628480ac;hp=5022b8b187fcbd2764e8957d7b278854342a38c3;hb=eb332ede0354b470a5c0aa7acffb1c3b35524c53;hpb=f2956990ca0ec026c3b7702ec1d7afbd6f9dacf9 diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 5022b8b1..e6da10aa 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -97,7 +97,7 @@ CATALOGS = @CATALOGS@ all: all-@USE_NLS@ -all-yes: stamp-po +all-yes: $(CATALOGS) all-no: # $(srcdir)/$(DOMAIN).pot is only created when needed. When xgettext finds no @@ -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