You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pq...@apache.org on 2005/09/26 06:44:17 UTC

svn commit: r291558 - /httpd/httpd/trunk/Makefile.in

Author: pquerna
Date: Sun Sep 25 21:44:16 2005
New Revision: 291558

URL: http://svn.apache.org/viewcvs?rev=291558&view=rev
Log:
As recommended by nd, build docs for all languages.

Modified:
    httpd/httpd/trunk/Makefile.in

Modified: httpd/httpd/trunk/Makefile.in
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/Makefile.in?rev=291558&r1=291557&r2=291558&view=diff
==============================================================================
--- httpd/httpd/trunk/Makefile.in (original)
+++ httpd/httpd/trunk/Makefile.in Sun Sep 25 21:44:16 2005
@@ -107,7 +107,7 @@
 
 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'; \