summaryrefslogtreecommitdiff
path: root/doc/macros.texi
diff options
context:
space:
mode:
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