From: Paul Querna Date: Mon, 26 Sep 2005 04:44:16 +0000 (+0000) Subject: As recommended by nd, build docs for all languages. X-Git-Tag: 2.3.0~2939 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f6b44073946f2fc89f65964e034acc1ad778343;p=thirdparty%2Fapache%2Fhttpd.git As recommended by nd, build docs for all languages. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@291558 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'; \