/[escript]/trunk/doc/epydoc/SConscript
ViewVC logotype

Diff of /trunk/doc/epydoc/SConscript

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 488 by jgs, Thu Feb 2 06:19:23 2006 UTC revision 489 by jgs, Thu Feb 2 06:27:15 2006 UTC
# Line 14  execfile(str(File(esysroot+"/scons/esys_ Line 14  execfile(str(File(esysroot+"/scons/esys_
14  runepydoc_script = open(str(File(esysroot+"/doc/epydoc/runepydoc")), 'w')  runepydoc_script = open(str(File(esysroot+"/doc/epydoc/runepydoc")), 'w')
15  runepydoc_script.write(str("#!/bin/bash\n"))  runepydoc_script.write(str("#!/bin/bash\n"))
16  runepydoc_script.write(str("export PYTHONPATH="+epydoc_pythonpath+"\n"))  runepydoc_script.write(str("export PYTHONPATH="+epydoc_pythonpath+"\n"))
17  runepydoc_script.write(str(epydoc_path+"/epydoc --html -o "+esysroot+"/doc/lib/html/epydoc -n esys esys > epydoc_msgs.txt 2>&1\n"))  runepydoc_script.write(str(epydoc_path+"/epydoc --html -o "+esysroot+"/doc/lib/html/epydoc -n esys esys > "+esysroot+"/doc/epydoc_msgs.txt 2>&1\n"))
18  runepydoc_script.close()  runepydoc_script.close()
19    
20  os.chmod(str(File(esysroot+"/doc/epydoc/runepydoc")), 0700)  os.chmod(str(File(esysroot+"/doc/epydoc/runepydoc")), 0700)

Legend:
Removed from v.488  
changed lines
  Added in v.489

  ViewVC Help
Powered by ViewVC 1.1.26