Parent Directory
|
Revision Log
|
Patch
revision 700 by gross, Thu Apr 6 00:13:40 2006 UTC | revision 1133 by gross, Tue May 8 07:19:33 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 | env.Tar(src_tarfile, release_py) | try: |
20 | env.Tar(src_tarfile, release_py) | |
21 | except AttributeError: | |
22 | pass |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |