/[ascend]/trunk/SConstruct
ViewVC logotype

Diff of /trunk/SConstruct

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

revision 883 by johnpye, Sun Oct 8 23:38:31 2006 UTC revision 884 by johnpye, Tue Oct 10 14:56:31 2006 UTC
# Line 1570  ascendconfig = env.SubstInFile('ascend-c Line 1570  ascendconfig = env.SubstInFile('ascend-c
1570    
1571  if env.get('CAN_INSTALL'):  if env.get('CAN_INSTALL'):
1572    
1573      dirs = ['INSTALL_BIN','INSTALL_ASCDATA','INSTALL_LIB', 'INSTALL_INCLUDE']      dirs = ['INSTALL_BIN','INSTALL_ASCDATA','INSTALL_LIB', 'INSTALL_INCLUDE', 'INSTALL_DOC']
1574      install_dirs = [env['INSTALL_ROOT']+env[d] for d in dirs]      install_dirs = [env.Entry(env['INSTALL_ROOT']+env[d]) for d in dirs]
1575      install_dirs += modeldirs      install_dirs += modeldirs
1576    
1577      # TODO: add install options      # TODO: add install options

Legend:
Removed from v.883  
changed lines
  Added in v.884

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22