From: Paul Querna Date: Mon, 26 Sep 2005 04:45:40 +0000 (+0000) Subject: Merge r291558 from trunk: X-Git-Tag: 2.1.9~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52bf70c8a467c01e6a350beba256f4003a806781;p=thirdparty%2Fapache%2Fhttpd.git Merge r291558 from trunk: As recommended by nd, build docs for all languages. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@291559 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.in b/Makefile.in index e55d1d49d99..4e04dd05680 100644 --- a/Makefile.in +++ b/Makefile.in @@ -107,7 +107,7 @@ htdocs-srcdir = $(top_srcdir)/docs/docroot docs: @if test -d $(top_srcdir)/docs/manual/build; then \ - cd $(top_srcdir)/docs/manual/build && ./build.sh; \ + cd $(top_srcdir)/docs/manual/build && ./build.sh all; \ else \ echo 'For details on generating the docs, please read:'; \ echo ' http://httpd.apache.org/docs-project/docsformat.html'; \