From: Amos Jeffries Date: Fri, 23 Sep 2011 00:29:41 +0000 (-0600) Subject: Workaround: disable translation of error-details.txt X-Git-Tag: BumpSslServerFirst.take01~132 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=20bb1c11057cb003bcb9a0804109d9fdd8b01769;p=thirdparty%2Fsquid.git Workaround: disable translation of error-details.txt po2txt was translating sub-strings inside name: fields. This is a TEMPORARY measure to prevent breakign any more installations. --- diff --git a/errors/Makefile.am b/errors/Makefile.am index a8fdc90303..910789f0fb 100644 --- a/errors/Makefile.am +++ b/errors/Makefile.am @@ -49,8 +49,8 @@ NOTIDY=`$(PO2HTML) --help | grep -o "\-\-notidy"` for f in $(ERROR_TEMPLATES); do \ page=`basename $$f`; \ $(PO2HTML) $(NOTIDY) --progress=none -i $(top_srcdir)/errors/$$lang.po -t $(top_srcdir)/errors/$$f >$(top_builddir)/errors/$$lang/$$page || exit 1; \ + cp $(top_srcdir)/errors/templates/error-details.txt $(top_builddir)/errors/$$lang/error-details.txt || exit 1; \ done; \ - $(PO2TEXT) -t $(top_srcdir)/errors/templates/error-details.txt -i $(top_srcdir)/errors/$$lang.po > $(top_builddir)/errors/$$lang/error-details.txt || exit 1; \ echo "done."; \ fi; \ touch $@