tock-mirror/docextra/tock-docs.m4
Adam Sampson 06ad1e5e06 Clean up the documentation hack a bit.
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).
2008-02-28 14:43:53 +00:00

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>')