summaryrefslogtreecommitdiff
path: root/doc/SConscript
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-10-03 17:14:10 -0700
committerWilliam Deegan <bill@baddogconsulting.com>2017-10-03 17:14:10 -0700
commitde3ebf6b0f53cf32991f548caf6401f20a2eb05e (patch)
tree6cbe93d7f7096a0ff7a20a8b18cccdf61fc298fc /doc/SConscript
parent56080b1c09eb9659419c5ada7c0a888fc048822c (diff)
downloadscons-git-de3ebf6b0f53cf32991f548caf6401f20a2eb05e.tar.gz
Simplify main SConstruct. Remove deb and rpm and win executable package creation as we're moving to pip install being the main install path.
Diffstat (limited to 'doc/SConscript')
-rw-r--r--doc/SConscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/SConscript b/doc/SConscript
index 7e6aaeba3..82b29a69b 100644
--- a/doc/SConscript
+++ b/doc/SConscript
@@ -63,6 +63,7 @@ env = env.Clone()
build = os.path.join(build_dir, 'doc')
+
epydoc_cli = whereis('epydoc')
gs = whereis('gs')
lynx = whereis('lynx')
@@ -586,7 +587,7 @@ else:
tar_deps.append(htmldir)
tar_list.append(htmldir)
- if not epydoc_cli:
+ if sys.platform == 'darwin' or not epydoc_cli:
print("doc: command line epydoc is not found, skipping PDF/PS/Tex output")
else:
# PDF and PostScript and TeX are built from the