From 15b7c930c489ed5e9e04be02649cd7d941e0b890 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 10 Sep 2012 07:12:16 -0400 Subject: Repair the scons production for the internals manual. --- SConstruct | 2 +- doc/explanation.xml | 118 ---------------------------------------------------- doc/internals.xml | 118 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 119 insertions(+), 119 deletions(-) delete mode 100644 doc/explanation.xml create mode 100644 doc/internals.xml diff --git a/SConstruct b/SConstruct index ba713ff0..adc6f6e7 100644 --- a/SConstruct +++ b/SConstruct @@ -1611,7 +1611,7 @@ if htmlbuilder: # The internals manual. # Doesn't capture dependencies on the subpages - env.HTML('www/internals.html', '$SRCDIR/doc/explanation.xml') + env.HTML('www/internals.html', '$SRCDIR/doc/internals.xml') # The hardware page env.Command('www/hardware.html', ['gpscap.py', diff --git a/doc/explanation.xml b/doc/explanation.xml deleted file mode 100644 index cf33a535..00000000 --- a/doc/explanation.xml +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -]> -
-A Tour of the GPSD Internals - - - Mick - Durkin - - - - 2.2 - 25 Jan 2011 - esr - The raw_hook member is gone. - - - 2.1 - 6 April 2010 - esr - Updated to match current reality, as far as it - goes. Some newer parts of the codebase, notably the JSON parsing - machinery and AIS support, aren't documented. - - - 2.0 - 14 November 2007 - md - Updated to version svn revision 4420 - - - - -These notes are meant as an aid to reading and understanding -some of the main code files forming the -gpsd daemon and its support libraries. They -are not a line-by-line explanation but only pick out the important (or -unusual) aspects of the code.They do not address the many -programs that are used for test purposes, the individual device driver -files or any of the supplied applications that use -gpsd. - -This guide was written before the move to a JSON-based protocol -and before AIS support was added. While the information on the rest of -the code has been updated, the machinery relating to JSON and AIS -is not yet documented here. - - - - -&bits.h; -&dbusexport.c; -&driver_nmea.c; -&driver_proto.c; -&driver_rtcm2.c; -&drivers.c; -&geoid.c; -&gps.h; -&gpsd.c; -&gpsd.h; -&gpsd_report.c; -&gpsdclient.c; -&gpsutils.c; -&isgps.c; -&libgps_core.c; -&libgpsd_core.c; -&libgpsmm.cpp; -&libgpsmm.h; -&net_dgnss_dispatch.c; -&net_dgpsip.c; -&net_ntrip.c; -&netlib.c; -&ntpshm.c; -&packet.c; -&packet_names.h; -&packet_states.h; -&pseudonmea.c; -&serial.c; -&subframe.c; -&timebase.h; - -&wrapup; -
diff --git a/doc/internals.xml b/doc/internals.xml new file mode 100644 index 00000000..cf33a535 --- /dev/null +++ b/doc/internals.xml @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]> +
+A Tour of the GPSD Internals + + + Mick + Durkin + + + + 2.2 + 25 Jan 2011 + esr + The raw_hook member is gone. + + + 2.1 + 6 April 2010 + esr + Updated to match current reality, as far as it + goes. Some newer parts of the codebase, notably the JSON parsing + machinery and AIS support, aren't documented. + + + 2.0 + 14 November 2007 + md + Updated to version svn revision 4420 + + + + +These notes are meant as an aid to reading and understanding +some of the main code files forming the +gpsd daemon and its support libraries. They +are not a line-by-line explanation but only pick out the important (or +unusual) aspects of the code.They do not address the many +programs that are used for test purposes, the individual device driver +files or any of the supplied applications that use +gpsd. + +This guide was written before the move to a JSON-based protocol +and before AIS support was added. While the information on the rest of +the code has been updated, the machinery relating to JSON and AIS +is not yet documented here. + + + + +&bits.h; +&dbusexport.c; +&driver_nmea.c; +&driver_proto.c; +&driver_rtcm2.c; +&drivers.c; +&geoid.c; +&gps.h; +&gpsd.c; +&gpsd.h; +&gpsd_report.c; +&gpsdclient.c; +&gpsutils.c; +&isgps.c; +&libgps_core.c; +&libgpsd_core.c; +&libgpsmm.cpp; +&libgpsmm.h; +&net_dgnss_dispatch.c; +&net_dgpsip.c; +&net_ntrip.c; +&netlib.c; +&ntpshm.c; +&packet.c; +&packet_names.h; +&packet_states.h; +&pseudonmea.c; +&serial.c; +&subframe.c; +&timebase.h; + +&wrapup; +
-- cgit v1.2.1