From: Amos Jeffries Date: Mon, 3 Oct 2011 10:55:34 +0000 (-0600) Subject: Cleanup: only copy error-details.txt once per language X-Git-Tag: BumpSslServerFirst.take01~127 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f25b2242f171705be772a48411960656cc6c9399;p=thirdparty%2Fsquid.git Cleanup: only copy error-details.txt once per language --- diff --git a/errors/Makefile.am b/errors/Makefile.am index 910789f0fb..dc5ca2dae3 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; \ + cp $(top_srcdir)/errors/templates/error-details.txt $(top_builddir)/errors/$$lang/error-details.txt || exit 1; \ echo "done."; \ fi; \ touch $@