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

Diff of /trunk/doc/doxygen/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 13  execfile(str(File(esysroot+"/scons/esys_ Line 13  execfile(str(File(esysroot+"/scons/esys_
13    
14  rundoxygen_script = open(str(File(esysroot+"/doc/doxygen/rundoxygen")), 'w')  rundoxygen_script = open(str(File(esysroot+"/doc/doxygen/rundoxygen")), 'w')
15  rundoxygen_script.write(str("#!/bin/bash\n"))  rundoxygen_script.write(str("#!/bin/bash\n"))
16  rundoxygen_script.write(str(doxygen_path+"/doxygen doxygen/doxygen_esys > doxygen_msgs.txt 2>&1\n"))  rundoxygen_script.write(str(doxygen_path+"/doxygen doxygen/doxygen_esys > "+esysroot+"/doc/doxygen_msgs.txt 2>&1\n"))
17  rundoxygen_script.close()  rundoxygen_script.close()
18    
19  os.chmod(str(File(esysroot+"/doc/doxygen/rundoxygen")), 0700)  os.chmod(str(File(esysroot+"/doc/doxygen/rundoxygen")), 0700)

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

  ViewVC Help
Powered by ViewVC 1.1.26