summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SConstruct10
-rw-r--r--www/AIVDM.adoc (renamed from www/AIVDM.txt)0
-rw-r--r--www/NMEA.adoc (renamed from www/NMEA.txt)0
-rw-r--r--www/client-howto.adoc (renamed from www/client-howto.txt)0
-rw-r--r--www/gpsd-time-service-howto.adoc (renamed from www/gpsd-time-service-howto.txt)0
-rw-r--r--www/protocol-evolution.adoc (renamed from www/protocol-evolution.txt)0
-rw-r--r--www/protocol-transition.adoc (renamed from www/protocol-transition.txt)0
-rw-r--r--www/time-service-intro.adoc (renamed from www/time-service-intro.txt)0
8 files changed, 5 insertions, 5 deletions
diff --git a/SConstruct b/SConstruct
index bd280990..d4577f01 100644
--- a/SConstruct
+++ b/SConstruct
@@ -2332,7 +2332,7 @@ Utility('shmclean', [], ["ipcrm -M 0x4e545030;"
# asciidoc documents
if env.WhereIs('asciidoc'):
- txtfiles = ['AIVDM',
+ adocfiles = ['AIVDM',
'client-howto',
'gpsd-time-service-howto',
'NMEA',
@@ -2340,11 +2340,11 @@ if env.WhereIs('asciidoc'):
'protocol-transition',
'time-service-intro',
]
- asciidocs = ["www/" + stem + ".html" for stem in txtfiles] \
+ asciidocs = ["www/" + stem + ".html" for stem in adocfiles] \
+ ["www/installation.html"]
- for stem in txtfiles:
- env.Command('www/%s.html' % stem, 'www/%s.txt' % stem,
- ['asciidoc -b html5 -a toc -o www/%s.html www/%s.txt'
+ for stem in adocfiles:
+ env.Command('www/%s.html' % stem, 'www/%s.adoc' % stem,
+ ['asciidoc -b html5 -a toc -o www/%s.html www/%s.adoc'
% (stem, stem)])
env.Command("www/installation.html",
"INSTALL",
diff --git a/www/AIVDM.txt b/www/AIVDM.adoc
index e4eb929c..e4eb929c 100644
--- a/www/AIVDM.txt
+++ b/www/AIVDM.adoc
diff --git a/www/NMEA.txt b/www/NMEA.adoc
index d8280075..d8280075 100644
--- a/www/NMEA.txt
+++ b/www/NMEA.adoc
diff --git a/www/client-howto.txt b/www/client-howto.adoc
index 96890035..96890035 100644
--- a/www/client-howto.txt
+++ b/www/client-howto.adoc
diff --git a/www/gpsd-time-service-howto.txt b/www/gpsd-time-service-howto.adoc
index a3204d65..a3204d65 100644
--- a/www/gpsd-time-service-howto.txt
+++ b/www/gpsd-time-service-howto.adoc
diff --git a/www/protocol-evolution.txt b/www/protocol-evolution.adoc
index c697b030..c697b030 100644
--- a/www/protocol-evolution.txt
+++ b/www/protocol-evolution.adoc
diff --git a/www/protocol-transition.txt b/www/protocol-transition.adoc
index 594d4c87..594d4c87 100644
--- a/www/protocol-transition.txt
+++ b/www/protocol-transition.adoc
diff --git a/www/time-service-intro.txt b/www/time-service-intro.adoc
index 0231d1e6..0231d1e6 100644
--- a/www/time-service-intro.txt
+++ b/www/time-service-intro.adoc