summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2012-09-10 07:12:16 -0400
committerEric S. Raymond <esr@thyrsus.com>2012-09-10 07:12:16 -0400
commit15b7c930c489ed5e9e04be02649cd7d941e0b890 (patch)
tree4cece43675f1edc4cb3aac4d0c2c9ec50019ede6
parent59e086cebd071c94815689f06ed4341ad3791f3a (diff)
downloadgpsd-15b7c930c489ed5e9e04be02649cd7d941e0b890.tar.gz
Repair the scons production for the internals manual.
-rw-r--r--SConstruct2
-rw-r--r--doc/internals.xml (renamed from doc/explanation.xml)0
2 files changed, 1 insertions, 1 deletions
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/internals.xml
index cf33a535..cf33a535 100644
--- a/doc/explanation.xml
+++ b/doc/internals.xml