summaryrefslogtreecommitdiff
path: root/doc/macros.texi
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2010-09-12 19:20:47 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2010-09-12 19:20:47 +0200
commit9ac52eca64ed44c9a7fc3d716b685cc71f005d36 (patch)
tree6de80bf19a098fd3ee01d20e24854aec1218ec7f /doc/macros.texi
parentc1fab42b7d6ca1ea2bdf0898057b041f82e02a21 (diff)
downloadgeiser-chez-9ac52eca64ed44c9a7fc3d716b685cc71f005d36.tar.gz
geiser-chez-9ac52eca64ed44c9a7fc3d716b685cc71f005d36.tar.bz2
Docs: include images only in HTML pages
Diffstat (limited to 'doc/macros.texi')
-rw-r--r--doc/macros.texi11
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/macros.texi b/doc/macros.texi
index b38d170..712370a 100644
--- a/doc/macros.texi
+++ b/doc/macros.texi
@@ -8,8 +8,13 @@
<img src="img/\FILE\.png" class="float\ALIGN\"/>
@end html
@end ifhtml
-@ifnothtml
-@image{img/\FILE\}
-@end ifnothtml
+@end macro
+
+@macro imgc{FILE}
+@ifhtml
+@html
+<img src="img/\FILE\.png"/>
+@end html
+@end ifhtml
@end macro