You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2007/12/18 22:38:08 UTC

svn commit: r605332 - /httpd/mod_ftp/trunk/Makefile.apxs

Author: wrowe
Date: Tue Dec 18 13:38:06 2007
New Revision: 605332

URL: http://svn.apache.org/viewvc?rev=605332&view=rev
Log:
Annotate the generate-docs target, and ensure non-committers can
perform this step.


Modified:
    httpd/mod_ftp/trunk/Makefile.apxs

Modified: httpd/mod_ftp/trunk/Makefile.apxs
URL: http://svn.apache.org/viewvc/httpd/mod_ftp/trunk/Makefile.apxs?rev=605332&r1=605331&r2=605332&view=diff
==============================================================================
--- httpd/mod_ftp/trunk/Makefile.apxs (original)
+++ httpd/mod_ftp/trunk/Makefile.apxs Tue Dec 18 13:38:06 2007
@@ -68,26 +68,28 @@
 	  ( mv $(httpd_conffile) $(httpd_conffile).bak && \
 	    mv $(httpd_conffile).new $(httpd_conffile) );
 
-svnroot=https://svn.apache.org/repos/asf
+svnroot=http://svn.apache.org/repos/asf/httpd
 manualdir=$(ftp_srcdir)/docs/manual
 
+# Note; by default,  make generate-docs  rebuilds the local pages
+# To regenerate the installed pages (after using make install to
+# drop in the ftp content), simply
+#
+#   make manualdir=/path/to/manual generate-docs
+#
 generate-docs:
 	@if test ! -d $(manualdir)/build; then \
 	  cd $(manualdir); \
-	  svn export $(svnroot)/httpd/docs-build/trunk build; \
+	  svn export $(svnroot)/docs-build/trunk build; \
 	fi
 	@if test ! -d $(manualdir)/style; then \
 	  cd $(manualdir); \
-	  svn export $(svnroot)/httpd/httpd/branches/2.2.x/docs/manual/style; \
+	  svn export $(svnroot)/httpd/branches/2.2.x/docs/manual/style; \
 	fi
 	cd $(manualdir)/build; \
 	  ./build.sh all
 
 generate-dox:
-	@if test ! -f $(ftp_srcdir)/docs/doxygen.conf; then \
-	  cd $(ftp_srcdir)/docs; \
-	  svn export $(svnroot)/httpd/httpd/branches/2.2.x/docs/doxygen.conf; \
-	fi
 	cd $(ftp_srcdir); \
 	  doxygen $(ftp_srcdir)/docs/doxygen-ftp.conf