summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorFred Wright <fw@fwright.net>2017-03-03 16:54:19 -0800
committerFred Wright <fw@fwright.net>2017-03-03 16:54:19 -0800
commit4475a5f746b7d080eaedf6d5a5e54b70c4025e53 (patch)
treec8d2e248f29fc0de59cb92b72f56274634f21558 /SConstruct
parentd14a6ec3bc9126e09f568e93e7c388be03487f0a (diff)
downloadgpsd-4475a5f746b7d080eaedf6d5a5e54b70c4025e53.tar.gz
Fixes broken 'www' build with missing asciidoc.
Although there's logic to build a partial 'www' target when asciidoc is missing, this was failing due to the inappropriate (and normally redundant) inclusion of installation.html in the htmlpages list. Removing the entry fixes this. TESTED: Building 'www' without asciidoc now succeeds (with the usual warning message), and building with asciidoc still succeeds and includes installation.html in the results.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 9c7b4f0c..ab887b26 100644
--- a/SConstruct
+++ b/SConstruct
@@ -2003,6 +2003,7 @@ else:
announce("Part of the website build requires asciidoc, not installed.")
asciidocs = []
+# Non-asciidoc webpages only
htmlpages = Split('''
www/gps2udp.html
www/gpscat.html
@@ -2016,7 +2017,6 @@ htmlpages = Split('''
www/gpspipe.html
www/gpsprof.html
www/hardware.html
- www/installation.html
www/internals.html
www/libgps.html
www/libgpsmm.html