You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yo...@apache.org on 2002/08/01 09:37:06 UTC

cvs commit: httpd-2.0/docs/manual/style build.xml

yoshiki     2002/08/01 00:37:06

  Modified:    docs/manual/style build.xml
  Log:
  Generated HTML files should depend on common.xsl.
  This is only done in mod directory because it is hard to list generated
  files by regular expression in other directories.
  
  Revision  Changes    Path
  1.9       +8 -0      httpd-2.0/docs/manual/style/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/style/build.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- build.xml	31 Jul 2002 05:57:47 -0000	1.8
  +++ build.xml	1 Aug 2002 07:37:06 -0000	1.9
  @@ -29,6 +29,14 @@
                      files="allmodules.xml"/>
       </dependset>
   
  +    <dependset>
  +      <targetfileset dir="../mod/"
  +                     includes="*.html.*"
  +                     excludes="*-dict.html.*"/>
  +      <srcfilelist dir="./"
  +                   files="common.xsl"/>
  +    </dependset>
  +
       <!-- Transform the modules directory -->
       <style   basedir="../mod/"
                destdir="../mod/"