gpsd-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gpsd-dev] [PATCH] Update SConstruct to build new docs added in 3.10


From: Sanjeev Gupta
Subject: [gpsd-dev] [PATCH] Update SConstruct to build new docs added in 3.10
Date: Thu, 14 Nov 2013 10:04:45 +0800

Add calibrate-gpsd-ntpd-howto.txt
Add gpsd-time-service-howto.txt
---
 SConstruct | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/SConstruct b/SConstruct
index a64a7a3..089ca75 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)])
-- 
1.8.4.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]