summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-04-06 21:30:26 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-04-06 21:30:26 -0400
commit5fd87d02a13afc470ae8f00156529575481124df (patch)
treec7f89edae9d33465bf626b6399c1b94ca88959fc /SConstruct
parent041e96b74b32c1e86e05037b90dc82011e992e53 (diff)
downloadgpsd-5fd87d02a13afc470ae8f00156529575481124df.tar.gz
Comment improvement and fix.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct3
1 files changed, 2 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index b88a86d7..cde51ed4 100644
--- a/SConstruct
+++ b/SConstruct
@@ -18,7 +18,7 @@
# * Out-of-directory builds: see http://www.scons.org/wiki/UsingBuildDir
#
# Setting the DESTDIR environment variable will prefix the install destinations
-# without changing the --preix prefix.
+# without changing the --prefix prefix.
# Release identification begins here
gpsd_version = "3.0~dev"
@@ -238,6 +238,7 @@ def CheckChrpath(context):
context.Result( ret )
return ret
+# Stylesheet URLs for making HTML and man pages from DocBook XML.
docbook_url_stem = 'http://docbook.sourceforge.net/release/xsl/current/'
docbook_man_uri = docbook_url_stem + 'manpages/docbook.xsl'
docbook_html_uri = docbook_url_stem + 'html/docbook.xsl'