Index: Makefile =================================================================== --- Makefile (revision 318192) +++ Makefile (working copy) @@ -85,5 +85,7 @@ ${REINPLACE_CMD} -e 's,/usr/local/etc/wgetrc,${PREFIX}/etc/wgetrc,' \ -e 's,@file{},@file{${PREFIX}},' \ ${WRKSRC}/doc/sample.wgetrc* ${WRKSRC}/doc/wget.texi + pwd + ${PATCH} -d ${WRKSRC} -p1 < ${FILESDIR}/001-fix-texinfo.diff .include Index: files/001-fix-texinfo.diff =================================================================== --- files/001-fix-texinfo.diff (revision 0) +++ files/001-fix-texinfo.diff (working copy) @@ -0,0 +1,59 @@ +From 9e8d899a356d95be34737488bb8fd59d4c6b3dbd Mon Sep 17 00:00:00 2001 +From: Stefano Lattarini +Date: Thu, 08 Nov 2012 11:15:41 +0000 +Subject: docs: fix errors and warnings with Texinfo 5 + +Or rather, with the development version 4.13.90, which will eventually +become Texinfo 5.0. + +* doc/wget.texi: Use '@item' instead of '@itemx' in several places, +as Texinfo 5 refuses to process an '@itemx' that is not preceded by an +'@item'. + +Copyright-paperwork-exempt: yes +Signed-off-by: Stefano Lattarini +--- +(limited to 'doc/wget.texi') + +diff --git a/doc/wget.texi b/doc/wget.texi +index 400debe..8fd6801 100644 +--- a/doc/wget.texi ++++ b/doc/wget.texi +@@ -875,7 +875,7 @@ recommendation to block many unrelated users from a web site due to the + actions of one. + + @cindex proxy +-@itemx --no-proxy ++@item --no-proxy + Don't use proxies, even if the appropriate @code{*_proxy} environment + variable is defined. + +@@ -976,7 +976,7 @@ are outside the range of @sc{ascii} characters (that is, greater than + whose encoding does not match the one used locally. + + @cindex IPv6 +-@itemx -4 ++@item -4 + @itemx --inet4-only + @itemx -6 + @itemx --inet6-only +@@ -3093,7 +3093,7 @@ display properly---the same as @samp{-p}. + Change setting of passive @sc{ftp}, equivalent to the + @samp{--passive-ftp} option. + +-@itemx password = @var{string} ++@item password = @var{string} + Specify password @var{string} for both @sc{ftp} and @sc{http} file retrieval. + This command can be overridden using the @samp{ftp_password} and + @samp{http_password} command for @sc{ftp} and @sc{http} respectively. +@@ -3604,7 +3604,7 @@ In addition to the environment variables, proxy location and settings + may be specified from within Wget itself. + + @table @samp +-@itemx --no-proxy ++@item --no-proxy + @itemx proxy = on/off + This option and the corresponding command may be used to suppress the + use of proxy, even if the appropriate environment variables are set. +-- +cgit v0.9.0.2