[PATCH] Install should preserve executable flag on files from build/

2005-06-10 Thread Daniel Rall
When attempting to build Subversion trunk against the tip of httpd trunk, instdso.sh was not set executable as assumed by Subversion's build process. This is due to mishandling of the executable bit on files copied into httpd's install location by its Makefile. Change log follows, patch attached.

[PATCH] corrected typo in mod_proxy docs

2005-07-28 Thread Daniel Rall
* docs/manual/mod/mod_proxy.xml Corrected typo. --- mod_proxy.xml (revision 226265) +++ mod_proxy.xml (working copy) @@ -800,7 +800,7 @@ Note that this ProxyPassReverse directive can also be used in conjunction with the proxy pass-through feature (RewriteRule ... [P]

[PATCH] unbreak the 'make docs' build target

2005-09-14 Thread Daniel Rall
trunk of APR no longer includes a scandoc.pl script (which would seem to be largely replaced by Doxygen anyhow), resulting in a busted 'make docs' target. That target should either be removed, taken over by the Doxygen target, or trigger a build of the manual (as I've implemented below). * Makef