]> granicus.if.org Git - apache/commitdiff
Generated HTML files should depend on common.xsl.
authorYoshiki Hayashi <yoshiki@apache.org>
Thu, 1 Aug 2002 07:37:06 +0000 (07:37 +0000)
committerYoshiki Hayashi <yoshiki@apache.org>
Thu, 1 Aug 2002 07:37:06 +0000 (07:37 +0000)
This is only done in mod directory because it is hard to list generated
files by regular expression in other directories.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96270 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/build.xml

index d730aa4aedf60859e8d792a7a79ba6b63f5b7ffc..ff52a92e3d1306e815a98e2afa02e1ad5be868f9 100644 (file)
                    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/"