diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-10-12 01:59:44 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-10-12 01:59:44 +0200 |
commit | 6540d442f711a1f7e360e9965e8875840c2c43cf (patch) | |
tree | c4c8ec26d4fe6729297b2eed5d85a6843f9ed788 /doc/info/macros.texinfo | |
parent | m doc (diff) | |
download | slibc-6540d442f711a1f7e360e9965e8875840c2c43cf.tar.gz slibc-6540d442f711a1f7e360e9965e8875840c2c43cf.tar.bz2 slibc-6540d442f711a1f7e360e9965e8875840c2c43cf.tar.xz |
beginning of info manual
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc/info/macros.texinfo')
-rw-r--r-- | doc/info/macros.texinfo | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/info/macros.texinfo b/doc/info/macros.texinfo new file mode 100644 index 0000000..4ec5d68 --- /dev/null +++ b/doc/info/macros.texinfo @@ -0,0 +1,10 @@ +@iftex +@macro e{a} +(@email{\a\}) +@end macro +@end iftex +@ifnottex +@macro e{a} +@email{\a\} +@end macro +@end ifnottex |