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 | 7838371bba6e76848ff03df76c9fd428bbd05ddf (patch) | |
tree | 1069faa8452d36af8a9fec836bae6aa105c1675a /doc/macros.texi | |
parent | 6a85578775b59ef2c4d1959feb6ea737f7336770 (diff) | |
download | geiser-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.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 |