diff options
author | Micah Cowan <micah@cowan.name> | 2007-10-09 18:44:12 -0700 |
---|---|---|
committer | Micah Cowan <micah@cowan.name> | 2007-10-09 18:44:12 -0700 |
commit | eb332ede0354b470a5c0aa7acffb1c3b35524c53 (patch) | |
tree | 5c4b234522f9383343967719d66f3cb0e6efcea8 /po | |
parent | e876e353e55aee25979db383a44d4407a95830c0 (diff) | |
download | wget-eb332ede0354b470a5c0aa7acffb1c3b35524c53.tar.gz |
Comment out $(POTFILES) target.
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile.in.in | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 9dc2c4ac..e6da10aa 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -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 |