Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | Allow docs to build with makeinfo 5.X, fixing the error: |
| 2 | |
| 3 | doc/make.texi:8165: @itemx must follow @item |
| 4 | |
| 5 | Upstream-Status: Backport |
| 6 | |
| 7 | RP |
| 8 | 2014/03/29 |
| 9 | |
| 10 | Index: make-3.81/doc/make.texi |
| 11 | =================================================================== |
| 12 | --- make-3.81.orig/doc/make.texi 2006-04-01 06:36:40.000000000 +0000 |
| 13 | +++ make-3.81/doc/make.texi 2014-03-29 09:39:51.007727012 +0000 |
| 14 | @@ -8162,7 +8162,7 @@ |
| 15 | rarely need to specify this option since @samp{make} does it for you; |
| 16 | see @ref{-w Option, ,The @samp{--print-directory} Option}.) |
| 17 | |
| 18 | -@itemx --no-print-directory |
| 19 | +@item --no-print-directory |
| 20 | @cindex @code{--no-print-directory} |
| 21 | Disable printing of the working directory under @code{-w}. |
| 22 | This option is useful when @code{-w} is turned on automatically, |