summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorPaul Querna <pquerna@apache.org>2005-09-26 04:44:16 +0000
committerPaul Querna <pquerna@apache.org>2005-09-26 04:44:16 +0000
commit9f6b44073946f2fc89f65964e034acc1ad778343 (patch)
treebd88d0f6b0ac4b169163d0f74030750964cd5c99 /Makefile.in
parent81726229400d0fdf34539236b7a484aee6ddb664 (diff)
downloadhttpd-9f6b44073946f2fc89f65964e034acc1ad778343.tar.gz
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
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
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'; \