From: Justin Erenkrantz Date: Sat, 9 Mar 2002 19:37:09 +0000 (+0000) Subject: Add a missing manualdir entry in the Debian layout. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=88603d46a8431f6a09c11b811dc38d9f5419c8ce;p=apache Add a missing manualdir entry in the Debian layout. Submitted by: Thom May Reviewed by: Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93818 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 948ad480f7..9c3a784980 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,8 @@ Changes with Apache 2.0.34-dev + *) Add a missing manualdir entry in the Debian config.layout. + [Thom May ] + *) Stop installing libtool for APR and tell APR where it should place its copy of libtool (via our installbuildpath layout variable). [Justin Erenkrantz] diff --git a/config.layout b/config.layout index 307fcb4654..d43d946a3e 100644 --- a/config.layout +++ b/config.layout @@ -298,6 +298,7 @@ datadir: ${exec_prefix}/share/apache2 iconsdir: ${datadir}/icons htdocsdir: ${prefix}/usr/share/apache2/default-site/htdocs + manualdir: ${htdocsdir}/manual cgidir: ${prefix}/usr/lib/cgi-bin includedir: ${exec_prefix}/include/apache2 localstatedir: ${prefix}/var/run