* doc/make.texi: Here. It was sufficient to change an '@itemx' into an '@item'.
Copyright-paperwork-exempt: yes Signed-off-by: Stefano Lattarini <[email protected]> --- doc/make.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/make.texi b/doc/make.texi index ea58d6e..fa9b5d7 100644 --- a/doc/make.texi +++ b/doc/make.texi @@ -8812,7 +8812,7 @@ from complicated nests of recursive @code{make} commands. rarely need to specify this option since @samp{make} does it for you; see @ref{-w Option, ,The @samp{--print-directory} Option}.) -@itemx --no-print-directory +@item --no-print-directory @cindex @code{--no-print-directory} Disable printing of the working directory under @code{-w}. This option is useful when @code{-w} is turned on automatically, -- 1.8.3.rc0.19.g7e6a0cc _______________________________________________ Bug-make mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-make
