You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by pg...@apache.org on 2006/01/03 01:39:57 UTC

svn commit: r365492 - /httpd/apreq/trunk/Makefile.am

Author: pgollucci
Date: Mon Jan  2 16:39:56 2006
New Revision: 365492

URL: http://svn.apache.org/viewcvs?rev=365492&view=rev
Log:
painfully fix all the See also links
anyone got a better way ?

Report by:  Jeff Armstrong <mo...@aquabolt.com>


Modified:
    httpd/apreq/trunk/Makefile.am

Modified: httpd/apreq/trunk/Makefile.am
URL: http://svn.apache.org/viewcvs/httpd/apreq/trunk/Makefile.am?rev=365492&r1=365491&r2=365492&view=diff
==============================================================================
--- httpd/apreq/trunk/Makefile.am (original)
+++ httpd/apreq/trunk/Makefile.am Mon Jan  2 16:39:56 2006
@@ -13,7 +13,14 @@
 APR_SRCDIR=`@APR_CONFIG@ --srcdir`
 APU_DOX = (cd $(APU_SRCDIR); cat docs/doxygen.conf - | doxygen -)
 APR_DOX = (cd $(APR_SRCDIR); cat docs/doxygen.conf - | doxygen -)
-SED_BODY_TAG= s(^[\S\s]+<body.+|</body>[\S\s]+$$)()gi, s(href="/Apache(?:/\w+)*/([^/]+).html")(href="group__apreq__xs__\L$$1.html")g
+SED_BODY_TAG= s(^[\S\s]+<body.+|</body>[\S\s]+$$)()gi, \
+	s(href="/Apache2(?:/\w+)*/([^/]+).html")(href="group__apreq__xs__\L$$1.html")g, \
+	s(href="/APR/Request/Param/Table.html")(href="group__apreq__xs__apr__request__param__table.html")g, \
+	s(href="/APR/Request.html")(href="group__apreq__xs__apr__request.html")g, \
+	s(href="/APR/Request/([^/]+).html")(href="group__apreq__xs__apr__request__\L$$1.html")g, \
+	s(href="/APR/Brigade.html")(href="http://apr.apache.org/docs/apr-util/apr__buckets_8h.html")g, \
+	s(href="/APR/([^/]+).html")(href="http://apr.apache.org/docs/apr/apr__\L$$1s_8h.html")g
+
 EUM=ExtUtils::Manifest
 PM_DIR=glue/perl/lib/Apache2
 XS_DIR=glue/perl/xsbuilder/APR