/[escript]/trunk/finley/py_src/SConscript
ViewVC logotype

Diff of /trunk/finley/py_src/SConscript

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

revision 1311 by gross, Tue May 8 07:19:33 2007 UTC revision 1312 by ksteube, Mon Sep 24 06:18:44 2007 UTC
# Line 16  local_env.Install(pyinstall+'/finley', p Line 16  local_env.Install(pyinstall+'/finley', p
16  # get all the python files in the release tar file  # get all the python files in the release tar file
17  release_py = [ env.File("SConscript"), ] + [ env.File(x) for x in python_src ]  release_py = [ env.File("SConscript"), ] + [ env.File(x) for x in python_src ]
18  env.Zip(src_zipfile, release_py)  env.Zip(src_zipfile, release_py)
19  try:  env.Tar(src_tarfile, release_py)
20    env.Tar(src_tarfile, release_py)  
 except AttributeError:  
   pass  

Legend:
Removed from v.1311  
changed lines
  Added in v.1312

  ViewVC Help
Powered by ViewVC 1.1.26