From 9f6b44073946f2fc89f65964e034acc1ad778343 Mon Sep 17 00:00:00 2001 From: Paul Querna Date: Mon, 26 Sep 2005 04:44:16 +0000 Subject: [PATCH] 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 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index e55d1d49d9..4e04dd0568 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'; \ -- 2.40.0