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 <[EMAIL PROTECTED]>
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 @@
[EMAIL PROTECTED]@ --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