summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-11-19 17:12:51 -0800
committerGary E. Miller <gem@rellim.com>2018-11-19 17:12:51 -0800
commit8127c8f927b79ef29a43ebd9c9dc1b13ae5dccae (patch)
tree89252c6faa885ac79837a80f320838402a589d41
parent0bcb227dc7ca314075cde83b6956a58dc3d5fdf0 (diff)
downloadgpsd-8127c8f927b79ef29a43ebd9c9dc1b13ae5dccae.tar.gz
www: change .txt to .adoc.
To make it clear these are asciidoc files, not plain text.
-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