diff options
author | Joey Hess <joey@wren.kitenet.net> | 2007-11-06 16:42:12 -0500 |
---|---|---|
committer | Joey Hess <joey@wren.kitenet.net> | 2007-11-06 16:42:12 -0500 |
commit | a399d687db9994b34d4653107bc9cc9689740320 (patch) | |
tree | 534167edf25e1d25709bf2562280357b81a7c16d | |
parent | cdb9af4cad34ee1291bec23442b4c40b39f25304 (diff) |
web commit by tschwinge: `makeinfo` Output.
-rw-r--r-- | doc/plugins/contrib/texinfo.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/plugins/contrib/texinfo.mdwn b/doc/plugins/contrib/texinfo.mdwn index 23bbe6d61..07e506948 100644 --- a/doc/plugins/contrib/texinfo.mdwn +++ b/doc/plugins/contrib/texinfo.mdwn @@ -34,3 +34,9 @@ How to teach this to ikiwiki? ikiwiki (obviously) doesn't understand (parse) the copyright and licensing statements which are included in `.texi` files. + + +## `makeinfo` Output + +`makeinfo --html` is being used for rendering. It creates stand-alone +HTML files, while ikiwiki only needs the files' `<body>`s. |