Update of /cvsroot/jython/htdocs
In directory usw-pr-cvs1:/tmp/cvs-serv17121
Modified Files:
build.xml
Log Message:
Rename Doc/api to Doc/javadoc.
Index: build.xml
===================================================================
RCS file: /cvsroot/jython/htdocs/build.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** build.xml 2001/11/08 18:50:55 1.2
--- build.xml 2001/12/03 21:11:49 1.3
***************
*** 78,83 ****
<fileset dir="${jython.home}/Doc" includes="*.ht"/>
</copy>
! <copy todir="docs/api">
! <fileset dir="${jython.home}/Doc/api" includes="**/*.html"/>
</copy>
<execon executable="${python.home}/python" dir="docs">
--- 78,83 ----
<fileset dir="${jython.home}/Doc" includes="*.ht"/>
</copy>
! <copy todir="docs/javadoc">
! <fileset dir="${jython.home}/Doc/javadoc" includes="**/*.html"/>
</copy>
<execon executable="${python.home}/python" dir="docs">
|