[CalendarServer-changes] [1598] CalendarServer/trunk/doc/Developer

source_changes at macosforge.org source_changes at macosforge.org
Thu Jun 7 11:34:45 PDT 2007


Revision: 1598
          http://trac.macosforge.org/projects/calendarserver/changeset/1598
Author:   dreid at apple.com
Date:     2007-06-07 11:34:45 -0700 (Thu, 07 Jun 2007)

Log Message:
-----------
Fix relative path names broken by the doc reorg

Modified Paths:
--------------
    CalendarServer/trunk/doc/Developer/gendocs
    CalendarServer/trunk/doc/Developer/twisted.cfg
    CalendarServer/trunk/doc/Developer/twistedcaldav.cfg

Modified: CalendarServer/trunk/doc/Developer/gendocs
===================================================================
--- CalendarServer/trunk/doc/Developer/gendocs	2007-06-07 18:22:03 UTC (rev 1597)
+++ CalendarServer/trunk/doc/Developer/gendocs	2007-06-07 18:34:45 UTC (rev 1598)
@@ -22,9 +22,9 @@
 set -u
 
  wd="$(cd "$(dirname "$0")" && pwd -P)";
-top="$(cd "${wd}/../.." && pwd -L)"
+top="$(cd "${wd}/../../.." && pwd -L)"
 
-export PYTHONPATH="$("${wd}/../run" -p)";
+export PYTHONPATH="$("${wd}/../../run" -p)";
 
 ##
 # Download and set up dependancies
@@ -38,7 +38,7 @@
 fi;
 
 if [ ! -d "${epydoc}/build/lib" ]; then
-   cd "${epydoc}" && python2.4 ./setup.py build;
+   cd "${epydoc}" && python ./setup.py build;
 fi;
 
 pydoctor="${top}/pydoctor";
@@ -49,7 +49,7 @@
 fi;
 
 if [ ! -d "${pydoctor}/build/lib" ]; then
-   cd "${pydoctor}" && python2.4 ./setup.py build;
+   cd "${pydoctor}" && python ./setup.py build;
 fi;
 
 nevow="${top}/Nevow";
@@ -60,7 +60,7 @@
 
 export PYTHONPATH="${PYTHONPATH}:${epydoc}/build/lib:${pydoctor}/build/lib/:${nevow}";
 
-python_version="$(python2.4 -V 2>&1)";
+python_version="$(python -V 2>&1)";
 python_version="${python_version#Python }";
 python_version="${python_version%*.*}";
 

Modified: CalendarServer/trunk/doc/Developer/twisted.cfg
===================================================================
--- CalendarServer/trunk/doc/Developer/twisted.cfg	2007-06-07 18:22:03 UTC (rev 1597)
+++ CalendarServer/trunk/doc/Developer/twisted.cfg	2007-06-07 18:34:45 UTC (rev 1598)
@@ -2,6 +2,6 @@
 htmlsourcebase: http://twistedmatrix.com/trac/browser/trunk
 htmlwriter: pydoctor.nevowhtml.NevowWriter
 projectname: Twisted
-htmloutput: ../../Twisted/
+htmloutput: ../../../Twisted/
 htmlusesorttable: True
-packages: ../../Twisted/twisted
+packages: ../../../Twisted/twisted

Modified: CalendarServer/trunk/doc/Developer/twistedcaldav.cfg
===================================================================
--- CalendarServer/trunk/doc/Developer/twistedcaldav.cfg	2007-06-07 18:22:03 UTC (rev 1597)
+++ CalendarServer/trunk/doc/Developer/twistedcaldav.cfg	2007-06-07 18:34:45 UTC (rev 1598)
@@ -1,4 +1,4 @@
-packages: ../twistedcaldav
+packages: ../../twistedcaldav
 systemclass: pydoctor.twistedmodel.TwistedSystem
 htmlsourcebase: http://trac.macosforge.org/projects/collaboration/browser/CalendarServer/trunk
 htmlwriter: pydoctor.nevowhtml.NevowWriter

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20070607/9980f918/attachment.html


More information about the calendarserver-changes mailing list