Changeset 3299

Show
Ignore:
Timestamp:
05/03/08 16:44:52 (3 months ago)
Author:
borning
Message:

trying to debug cruisecontrol

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/opus_docs/build.xml

    r1053 r3299  
    33        <property name="webdir" value="/projects/urbansim5/www.urbansim.org/" /> 
    44        <property name="pythonpathdir" value="${basedir}/.." /> 
    5         <property environment="env" /> 
    65 
    76        <target name="build-latex-docs"> 
    87                <exec executable="python" failonerror="true"> 
    9                         <env key="PYTHONPATH" path="${pythonpathdir}:${env.PYTHONPATH}" /> 
    108                        <arg line="manual/build_docs.py" /> 
    119                </exec> 
     
    1412        <target name="build-tutorials"> 
    1513                <exec executable="python" failonerror="true"> 
    16                         <env key="PYTHONPATH" path="${pythonpathdir}:${env.PYTHONPATH}" /> 
    1714                        <arg line="tutorials/build_docs.py" /> 
    1815                </exec>