diff options
author | Joey Hess <joey@wren.kitenet.net> | 2007-11-09 08:28:31 -0500 |
---|---|---|
committer | Joey Hess <joey@wren.kitenet.net> | 2007-11-09 08:28:31 -0500 |
commit | ff697de14c5ae99378b3e6e48db0309974e4cb68 (patch) | |
tree | 767da27671a7dc1624b696c89573d9096c1f517d | |
parent | ee5d6461b4807d035816922b7419d28279ff1706 (diff) |
web commit by tschwinge: Non-functional Texinfo commands.
-rw-r--r-- | doc/plugins/contrib/texinfo.mdwn | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/plugins/contrib/texinfo.mdwn b/doc/plugins/contrib/texinfo.mdwn index d7a6d961c..4641f2be7 100644 --- a/doc/plugins/contrib/texinfo.mdwn +++ b/doc/plugins/contrib/texinfo.mdwn @@ -98,3 +98,16 @@ HTML files, while ikiwiki only needs the files' `<body>`s. (?) One possibility (which is what I'm doing at the moment) is to simply cut away everythin until `<body>` is seen and after `</body>` has been seen. --[[tschwinge]] + + +# Bugs + +## Non-functional Texinfo Commands + +Those commands are know to not work currently: + +* `@printindex` +* `@shortcontents` +* `@contents` + +This is due to `makeinfo` not providing this functionality if rendering to stdout. |