Author: pgollucci
Date: Thu May 18 01:26:55 2006
New Revision: 407502

URL: http://svn.apache.org/viewvc?rev=407502&view=rev
Log:
Resurect the perl glue docs.

Modified:
    httpd/apreq/trunk/CHANGES
    httpd/apreq/trunk/Makefile.am

Modified: httpd/apreq/trunk/CHANGES
URL: 
http://svn.apache.org/viewvc/httpd/apreq/trunk/CHANGES?rev=407502&r1=407501&r2=407502&view=diff
==============================================================================
--- httpd/apreq/trunk/CHANGES (original)
+++ httpd/apreq/trunk/CHANGES Thu May 18 01:26:55 2006
@@ -4,6 +4,10 @@
 
 @section v2_08 Changes with libapreq2-2.08 (under development)
 
+- Perl Glue docs [Philip M. Gollucci]
+  Fix the 'docs_install' make target to actually install
+  the docs for the perl glue.
+
 - Perl Glue Build [Philip M. Gollucci]
   Regenerate glue/perl/xsbuilder/ppport.h to fix perl 5.8.8+ on some
   plaforms.  

Modified: httpd/apreq/trunk/Makefile.am
URL: 
http://svn.apache.org/viewvc/httpd/apreq/trunk/Makefile.am?rev=407502&r1=407501&r2=407502&view=diff
==============================================================================
--- httpd/apreq/trunk/Makefile.am (original)
+++ httpd/apreq/trunk/Makefile.am Thu May 18 01:26:55 2006
@@ -67,6 +67,7 @@
 docs_install: docs
        @$(NORMAL_INSTALL)
        $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
+       cp *.html docs/html
        cp -R docs $(DESTDIR)$(pkgdatadir)
 
 %.html: $(POD_DIR)/%.pm Makefile.am 


Reply via email to