summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorSanjeev Gupta <ghane0@gmail.com>2013-11-14 10:04:45 +0800
committerEric S. Raymond <esr@thyrsus.com>2013-11-13 21:44:30 -0500
commitc9e8940e44b59f961d764d31950fc577e2c45972 (patch)
tree16dde216d06baa2c988e6e7d2a842b12cfc6def5 /SConstruct
parentc156357dc42afafe9efed3597588a33a6055031e (diff)
downloadgpsd-c9e8940e44b59f961d764d31950fc577e2c45972.tar.gz
Update SConstruct to build new docs added in 3.10
Add calibrate-gpsd-ntpd-howto.txt Add gpsd-time-service-howto.txt
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct3
1 files changed, 3 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index a64a7a3e..089ca758 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1695,6 +1695,8 @@ webpages = Split('''www/installation.html
www/libgpsd.html www/libgpsmm.html www/libgps.html
www/srec.html
www/AIVDM.html www/NMEA.html
+ www/calibrate-gpsd-ntpd-howto.html
+ www/gpsd-time-service-howto.html
www/protocol-evolution.html www/protocol-transition.html
www/client-howto.html www/writing-a-driver.html
www/hardware.html
@@ -1735,6 +1737,7 @@ if env.WhereIs('asciidoc'):
for stem in ['AIVDM', 'NMEA',
'protocol-evolution', 'protocol-transition',
'gpsd-time-service-howto',
+ 'calibrate-gpsd-ntpd-howto',
'client-howto']:
env.Command('www/%s.html' % stem, 'www/%s.txt' % stem,
['asciidoc -a toc -o www/%s.html www/%s.txt' % (stem, stem)])