
We now postprocess all the generated HTML using M4, so we can hide the SVG images behind macros (and we can now use images inside the main documentation too).
11 lines
412 B
Plaintext
11 lines
412 B
Plaintext
m4_dnl Macros to make Tock's HTML documentation a bit nicer.
|
|
|
|
m4_define(`_tock_svg',`<object data="$1.svg" width="$2" height="$3">
|
|
<em>
|
|
In order to view this image you need an SVG viewer. The most recent
|
|
versions of Firefox and Opera both have in-built SVG viewers. For Internet
|
|
Explorer, you will need to install the <a
|
|
href="http://www.adobe.com/svg/viewer/install/">Adobe SVG Viewer</a>.
|
|
</em>
|
|
</object>')
|