diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-09-12 19:20:47 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-09-12 19:20:47 +0200 |
commit | 9ac52eca64ed44c9a7fc3d716b685cc71f005d36 (patch) | |
tree | 6de80bf19a098fd3ee01d20e24854aec1218ec7f /doc/macros.texi | |
parent | c1fab42b7d6ca1ea2bdf0898057b041f82e02a21 (diff) | |
download | geiser-guile-9ac52eca64ed44c9a7fc3d716b685cc71f005d36.tar.gz geiser-guile-9ac52eca64ed44c9a7fc3d716b685cc71f005d36.tar.bz2 |
Docs: include images only in HTML pages
Diffstat (limited to 'doc/macros.texi')
-rw-r--r-- | doc/macros.texi | 11 |
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 |