Changeset 3300
- Timestamp:
- 05/03/08 16:55:05 (3 months ago)
- Files:
-
- 1 modified
-
trunk/opus_docs/build.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/opus_docs/build.xml
r3299 r3300 3 3 <property name="webdir" value="/projects/urbansim5/www.urbansim.org/" /> 4 4 <property name="pythonpathdir" value="${basedir}/.." /> 5 <property environment="env" /> 5 6 6 7 <target name="build-latex-docs"> 7 8 <exec executable="python" failonerror="true"> 9 <env key="PYTHONPATH" path="${pythonpathdir}:${env.PYTHONPATH}" /> 8 10 <arg line="manual/build_docs.py" /> 9 11 </exec> … … 12 14 <target name="build-tutorials"> 13 15 <exec executable="python" failonerror="true"> 16 <env key="PYTHONPATH" path="${pythonpathdir}:${env.PYTHONPATH}" /> 14 17 <arg line="tutorials/build_docs.py" /> 15 18 </exec>
