summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-11-18 08:45:37 -0500
committerEric S. Raymond <esr@thyrsus.com>2013-11-18 08:45:37 -0500
commit353cd137766f06d7cd177d574b3d93c11134e932 (patch)
treed10c665056dade768eb28207473cd48d6124f822 /SConstruct
parentf0297a9baf0777a7533c631b7943b69aed60523f (diff)
downloadgpsd-353cd137766f06d7cd177d574b3d93c11134e932.tar.gz
dia is better and producing SVG than PNG.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 2 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index 29f691a4..40cbdd4c 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1715,7 +1715,7 @@ htmlpages = Split('''www/installation.html
www/libgpsd.html www/libgpsmm.html www/libgps.html
www/srec.html www/writing-a-driver.html www/hardware.html
www/performance/performance.html www/internals.html
- www/cycle.png
+ www/cycle.svg
''')
webpages = htmlpages + asciidocs + map(lambda f: f[:-3], glob.glob("www/*.in"))
@@ -1765,7 +1765,7 @@ env.Command('www/hardware.html', ['gpscap.py',
['(cat www/hardware-head.html; $PYTHON gpscap.py; cat www/hardware-tail.html) >www/hardware.html'])
# The diagram editor dia is required in order to edit the diagram masters
-Utility("www/cycle.png", ["www/cycle.dia"], ["dia -e www/cycle.png www/cycle.dia"])
+Utility("www/cycle.svg", ["www/cycle.dia"], ["dia -e www/cycle.svg www/cycle.dia"])
# Experimenting with pydoc. Not yet fired by any other productions.