diff options
author | Joey Hess <joey@wren.kitenet.net> | 2007-11-09 05:42:31 -0500 |
---|---|---|
committer | Joey Hess <joey@wren.kitenet.net> | 2007-11-09 05:42:31 -0500 |
commit | deec90642f35dbdb393714955169bd41cf948831 (patch) | |
tree | 43bffe54dceec85ab6752b895624a45fb723c684 | |
parent | 899d8366839735527e88b060a47d40c16c390df6 (diff) |
web commit by tschwinge: Correction and extension.
-rw-r--r-- | doc/plugins/contrib/texinfo.mdwn | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/plugins/contrib/texinfo.mdwn b/doc/plugins/contrib/texinfo.mdwn index 56669c442..a855f8b24 100644 --- a/doc/plugins/contrib/texinfo.mdwn +++ b/doc/plugins/contrib/texinfo.mdwn @@ -77,8 +77,11 @@ is a N-to-M mapping: There needs to be some logic to establish a mapping between the *N* input files and the *M* output files. (At least for web-editing via CGI this is needed.) -Easiest would be either to leave *M = 1* or to have -*M = N* and have a one-to-one mapping between *input file n* and *output file m*. +Easiest would be either to have *N = 1* +(plus perhaps some input files that are not meant to be editable, like `gpl.texi`) +or to have +*M = N* and have a (?) one-to-one mapping between *input file n* and *output file m* +(which is not possible in Texinfo's `makeinfo` at the moment). --[[tschwinge]] |