installed in the correct location.
PR: 8851
Submitted by: Yoshifumi Hiramatsu <hiramatu@boreas.dti.ne.jp>
and Gomez Henri <hgomez@slib.fr>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92164
13f79535-47bb-0310-9956-
ffa450edef68
Changes with Apache 2.0.29-dev
+ *) Fix the installation target to make sure that the manual is
+ installed in the correct location.
+ [Yoshifumi Hiramatsu <hiramatu@boreas.dti.ne.jp> and
+ Gomez Henri <hgomez@slib.fr>]
+
*) Fix the cmd command for mod_include. When we are processing
a cmd command, we do not want to use the r->filename to set
the command name. The command comes from the SSI tag. To do this,
@echo Installing HTML documents
@test -d $(htdocsdir) || $(MKINSTALLDIRS) $(htdocsdir)
@test -d $(htdocs-srcdir) && (cd $(htdocs-srcdir) && cp -rp * $(htdocsdir))
- @test -d $(prefix)/manual || $(MKINSTALLDIRS) $(prefix)/manual
- @test -d $(top_srcdir)/docs/manual && (cd $(top_srcdir)/docs/manual && cp -rp * $(prefix)/manual)
+ @test -d $(manualdir) || $(MKINSTALLDIRS) $(manualdir)
+ @test -d $(top_srcdir)/docs/manual && (cd $(top_srcdir)/docs/manual && cp -rp * $(manualdir))
@(cd $(htdocsdir) && find . -name "CVS" -print | xargs rm -rf {} \;)
install-error:
for var in prefix exec_prefix bindir sbindir libexecdir mandir \
sysconfdir datadir errordir iconsdir htdocsdir cgidir \
includedir localstatedir runtimedir logfiledir \
- proxycachedir installbuilddir; do
+ manualdir proxycachedir installbuilddir; do
eval "val=\"\$$var\""
case $val in
*+)