]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Per Ken's veto, the default setting for the manual dir was reverted to the
authorMartin Kraemer <martin@apache.org>
Sat, 6 Oct 2001 22:01:10 +0000 (22:01 +0000)
committerMartin Kraemer <martin@apache.org>
Sat, 6 Oct 2001 22:01:10 +0000 (22:01 +0000)
commitf225f0d45c32e12e7ce2c04c7bbee5447adf5ab8
treee8198d552c402d58b292429666ba46ddf0130e9a
parentac736bfcce5ae7fa4a662d58e894155ede636b56
Per Ken's veto, the default setting for the manual dir was reverted to the
pre-1.3.21 value of @@ServerRoot@@/htdocs/manual.
However, using the config.layout mechanism, or using the --manualdir= switch
of configure allows you to override this default, and "make install" will
not only install into the defined location, but will also fix the config
file for you (the Alias and <Directory > paths are fixed).

On non-unix platforms, this may be problematic, as the sed pattern
replaces @@ServerRoot@@/htdocs/manual by the setting of $(manualdir).
If that does not work for you, then please adapt whatever you used to
"make install" (probably not Apache's Makefile.tmpl which contains
this sed regex).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91341 13f79535-47bb-0310-9956-ffa450edef68
Announcement
Makefile.tmpl
STATUS
config.layout
src/CHANGES