crossley 01/11/15 22:27:02
Modified: . build.xml
Log:
target docs_check - descend xdocs/ now that there are hierarchical directories.
Revision Changes Path
1.92 +1 -1 xml-cocoon2/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/build.xml,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- build.xml 2001/11/15 07:33:52 1.91
+++ build.xml 2001/11/16 06:27:02 1.92
@@ -543,7 +543,7 @@
<target name="docs_check" depends="init">
<uptodate property="docs.notrequired" targetfile="${build.docs}/index.html" >
<srcfiles dir="." includes="changes.xml,todo.xml"/>
- <srcfiles dir="${context.dir}/xdocs" includes="*.xml"
excludes="${site.projfile}"/>
+ <srcfiles dir="${context.dir}/xdocs" includes="**/*.xml"
excludes="${site.projfile}"/>
</uptodate>
</target>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]