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
commit7838371bba6e76848ff03df76c9fd428bbd05ddf (patch)
tree1069faa8452d36af8a9fec836bae6aa105c1675a /doc/macros.texi
parent6a85578775b59ef2c4d1959feb6ea737f7336770 (diff)
downloadgeiser-7838371bba6e76848ff03df76c9fd428bbd05ddf.tar.gz
geiser-7838371bba6e76848ff03df76c9fd428bbd05ddf.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