summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorRobert Norris <rw_norris@hotmail.com>2017-03-08 00:24:14 +0000
committerFred Wright <fw@fwright.net>2017-03-17 15:44:59 -0700
commit8c2cefb7a0400f3ddb215a9605f5cd26fea56537 (patch)
tree7bb652adecfad8bcf19aeebdb62d01fd68d19d0f /SConstruct
parent02d31b09c4e85942c23ef8de52bbaa1240286d9c (diff)
downloadgpsd-8c2cefb7a0400f3ddb215a9605f5cd26fea56537.tar.gz
Separate gpxlogger man page
As a more stand-alone application, shift gpxlogger help into it's own dedicated man page. This also aids the separate distribution of a Windows version of gpxlogger, where the .html version of help can be supplied. TESTED: 'scons build-all www' generates current man pages and the new versions of gpxlogger.1 and gpxlogger.html Signed-off-by: Fred Wright <fw@fwright.net>
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct3
1 files changed, 2 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 08618a9c..a896697f 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1499,7 +1499,7 @@ base_manpages = {
"cgps.1": "gps.xml",
"gpsinit.8": "gpsinit.xml",
"lcdgps.1": "gps.xml",
- "gpxlogger.1": "gps.xml",
+ "gpxlogger.1": "gpxlogger.xml",
"libgps.3": "libgps.xml",
"libgpsmm.3": "libgpsmm.xml",
"libQgpsmm.3": "libgpsmm.xml",
@@ -2042,6 +2042,7 @@ htmlpages = Split('''
www/gpsmon.html
www/gpspipe.html
www/gpsprof.html
+ www/gpxlogger.html
www/hardware.html
www/internals.html
www/libgps.html