950 |
|
|
951 |
env.Alias('docs', ['examples_tarfile', 'examples_zipfile', 'api_epydoc', 'api_doxygen', 'guide_pdf', 'guide_html','install_pdf']) |
env.Alias('docs', ['examples_tarfile', 'examples_zipfile', 'api_epydoc', 'api_doxygen', 'guide_pdf', 'guide_html','install_pdf']) |
952 |
|
|
953 |
|
build_platform=os.name |
954 |
|
|
955 |
if not IS_WINDOWS_PLATFORM: |
if not IS_WINDOWS_PLATFORM: |
956 |
try: |
try: |
957 |
utest=open("utest.sh","w") |
utest=open("utest.sh","w") |
958 |
build_platform=os.name #Sometimes Mac python says it is posix |
#Sometimes Mac python says it is posix |
959 |
if (build_platform=='posix') and platform.system()=="Darwin": |
if (build_platform=='posix') and platform.system()=="Darwin": |
960 |
build_platform='darwin' |
build_platform='darwin' |
961 |
utest.write(GroupTest.makeHeader(build_platform)) |
utest.write(GroupTest.makeHeader(build_platform)) |