genrst calls xsltproc to generate gui_flow.svg.
authorW. Trevor King <wking@drexel.edu>
Sun, 1 Aug 2010 20:51:20 +0000 (16:51 -0400)
committerW. Trevor King <wking@drexel.edu>
Sun, 1 Aug 2010 20:51:20 +0000 (16:51 -0400)
commite48db30f05b51b5d918dd92842a5784e4ec5b50f
tree5051cff4f4343ac369c93bf5fe8da3fe481a4f66
parent197b9476cd884b5f462ff406d177c84eac9bea31
genrst calls xsltproc to generate gui_flow.svg.

Unfortunately, Sphinx doesn't seem to recognize that gui_flow.xml will
turn into gui_flow.svg after graph.xsl's transformation (but perhaps
I'm just doing something wrong?).  We work around that by running the
transformation and linking hacking.txt to the generated svg file
instead of the source xml.  Of course, this adds an additional build
dependency (xsltproc), but xslt processors should be common enough
that that's not a big deal.

The change was made in the scons cache file doc/.sconsrc-sphinx.
I also added the generated file (doc/img/gui_flow/gui_flow.svg) to
.hgignore.
.hgignore
doc/.sconsrc-sphinx