joes        2004/07/29 11:08:32

  Modified:    .        Makefile.am
  Log:
  Use a better pattern for link matching
  
  Revision  Changes    Path
  1.32      +1 -1      httpd-apreq-2/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/httpd-apreq-2/Makefile.am,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- Makefile.am       29 Jul 2004 16:50:10 -0000      1.31
  +++ Makefile.am       29 Jul 2004 18:08:32 -0000      1.32
  @@ -5,7 +5,7 @@
   [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.+/([^/]+).html")(href="group__apreq__xs__\L$$1.html")g
  +SED_BODY_TAG= s(^[\S\s]+<body.+|</body>[\S\s]+$$)()gi, 
s(href="/Apache(?:/\w+)*/([^/]+).html")(href="group__apreq__xs__\L$$1.html")g
   EUM=ExtUtils::Manifest
   
   bin_SCRIPTS = apreq2-config
  
  
  

Reply via email to