Sections
Timeline
View Tickets
New Ticket
Sub-Sections
Download
Unified Diff
Zip Archive
Metanav
Preferences
About Trac
Links
Slowchop Studios
Gerald Kaszuba
Advertisement

Changeset 76

Show
Ignore:
Timestamp:
07/07/08 08:01:36 (7 weeks ago)
Author:
gak
Message:

build_documentation.sh fixes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/scripts/build_documentation.sh

    r64 r76  
    11#!/bin/bash 
    2 epydoc --html -v --graph=classtree --no-frames --url=http://pycallgraph.slowchop.com/ --name=pycallgraph -o/home/httpd/html/slowchop.com/pycallgraph/doc/ pycallgraph.py 
     2epydoc --html -v --graph=classtree --no-frames --url=http://pycallgraph.slowchop.com/ --name=pycallgraph -o doc ../pycallgraph.py 
     3scp -r doc/* gakman.com:/var/www/slowchop.com/pycallgraph/doc/ 
    34