web commit by tschwinge: Correction and extension.
authorJoey Hess <joey@wren.kitenet.net>
Fri, 9 Nov 2007 10:42:31 +0000 (05:42 -0500)
committerJoey Hess <joey@wren.kitenet.net>
Fri, 9 Nov 2007 10:42:31 +0000 (05:42 -0500)
doc/plugins/contrib/texinfo.mdwn

index 56669c442a9e03df2567601b7f4fd8393c7f25df..a855f8b2417a46ff046304829f2ca670e83f19d9 100644 (file)
@@ -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]]