mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Update version and include minor doc fixes.
This commit is contained in:
parent
3af8340e5b
commit
f5194cab0d
@ -1,3 +1,10 @@
|
|||||||
|
2005-04-25 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
|
* Makefile.in (wget.info): Depend on version.texi as well.
|
||||||
|
|
||||||
|
* wget.texi: Simplify copyright. Replace remaining instances of
|
||||||
|
--OPTION=off with --no-OPTION.
|
||||||
|
|
||||||
2005-04-24 Hrvoje Niksic <hniksic@xemacs.org>
|
2005-04-24 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
* wget.texi (Download Options): Document --prefer-family.
|
* wget.texi (Download Options): Document --prefer-family.
|
||||||
|
@ -65,14 +65,14 @@ everything: all wget_us.ps wget_a4.ps wget_toc.html
|
|||||||
$(SAMPLERCTEXI): $(srcdir)/sample.wgetrc
|
$(SAMPLERCTEXI): $(srcdir)/sample.wgetrc
|
||||||
sed s/@/@@/g $? > $@
|
sed s/@/@@/g $? > $@
|
||||||
|
|
||||||
wget.info: $(srcdir)/wget.texi $(SAMPLERCTEXI)
|
wget.info: $(srcdir)/wget.texi $(SAMPLERCTEXI) $(srcdir)/version.texi
|
||||||
$(MAKEINFO) -I$(srcdir) $(srcdir)/wget.texi
|
$(MAKEINFO) -I$(srcdir) $(srcdir)/wget.texi
|
||||||
|
|
||||||
$(TEXI2POD): $(srcdir)/$(TEXI2POD).in
|
$(TEXI2POD): $(srcdir)/$(TEXI2POD).in
|
||||||
sed 's,^#! /usr/bin/perl,#! @PERL@,' $? > $@
|
sed 's,^#! /usr/bin/perl,#! @PERL@,' $? > $@
|
||||||
chmod u+x $@
|
chmod u+x $@
|
||||||
|
|
||||||
wget.pod: $(srcdir)/wget.texi $(TEXI2POD)
|
wget.pod: $(srcdir)/wget.texi $(TEXI2POD) $(srcdir)/version.texi
|
||||||
./$(TEXI2POD) $(srcdir)/wget.texi $@
|
./$(TEXI2POD) $(srcdir)/wget.texi $@
|
||||||
|
|
||||||
$(MAN): wget.pod
|
$(MAN): wget.pod
|
||||||
|
@ -1 +1 @@
|
|||||||
@set VERSION 1.9+cvs-dev
|
@set VERSION 1.10-alpha2+cvs-dev
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
@c %**start of header
|
@c %**start of header
|
||||||
@setfilename wget.info
|
@setfilename wget.info
|
||||||
@include version.texi
|
@include version.texi
|
||||||
@set UPDATED Jan 2005
|
@set UPDATED Apr 2005
|
||||||
@settitle GNU Wget @value{VERSION} Manual
|
@settitle GNU Wget @value{VERSION} Manual
|
||||||
@c Disable the monstrous rectangles beside overfull hbox-es.
|
@c Disable the monstrous rectangles beside overfull hbox-es.
|
||||||
@finalout
|
@finalout
|
||||||
@ -31,8 +31,7 @@ This file documents the the GNU Wget utility for downloading network
|
|||||||
data.
|
data.
|
||||||
|
|
||||||
@c man begin COPYRIGHT
|
@c man begin COPYRIGHT
|
||||||
Copyright @copyright{} 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005
|
Copyright @copyright{} 1996--2005 Free Software Foundation, Inc.
|
||||||
Free Software Foundation, Inc.
|
|
||||||
|
|
||||||
Permission is granted to make and distribute verbatim copies of
|
Permission is granted to make and distribute verbatim copies of
|
||||||
this manual provided the copyright notice and this permission notice
|
this manual provided the copyright notice and this permission notice
|
||||||
@ -71,8 +70,7 @@ GNU Info entry for @file{wget}.
|
|||||||
|
|
||||||
@page
|
@page
|
||||||
@vskip 0pt plus 1filll
|
@vskip 0pt plus 1filll
|
||||||
Copyright @copyright{} 1996, 1997, 1998, 2000, 2001, 2003, 2004, 2005,
|
Copyright @copyright{} 1996--2005, Free Software Foundation, Inc.
|
||||||
Free Software Foundation, Inc.
|
|
||||||
|
|
||||||
Permission is granted to copy, distribute and/or modify this document
|
Permission is granted to copy, distribute and/or modify this document
|
||||||
under the terms of the GNU Free Documentation License, Version 1.2 or
|
under the terms of the GNU Free Documentation License, Version 1.2 or
|
||||||
@ -90,8 +88,7 @@ entitled ``GNU Free Documentation License''.
|
|||||||
This manual documents version @value{VERSION} of GNU Wget, the freely
|
This manual documents version @value{VERSION} of GNU Wget, the freely
|
||||||
available utility for network downloads.
|
available utility for network downloads.
|
||||||
|
|
||||||
Copyright @copyright{} 1996, 1997, 1998, 2000, 2001, 2003, 2004, 2005
|
Copyright @copyright{} 1996--2005 Free Software Foundation, Inc.
|
||||||
Free Software Foundation, Inc.
|
|
||||||
|
|
||||||
@menu
|
@menu
|
||||||
* Overview:: Features of Wget.
|
* Overview:: Features of Wget.
|
||||||
@ -798,7 +795,8 @@ actions of one.
|
|||||||
|
|
||||||
@cindex proxy
|
@cindex proxy
|
||||||
@item -Y on/off
|
@item -Y on/off
|
||||||
@itemx --proxy=on/off
|
@itemx --proxy
|
||||||
|
@itemx --no-proxy
|
||||||
Turn proxy support on or off. The proxy is on by default if the
|
Turn proxy support on or off. The proxy is on by default if the
|
||||||
appropriate environment variable is defined.
|
appropriate environment variable is defined.
|
||||||
|
|
||||||
@ -3019,7 +3017,8 @@ may be specified from within Wget itself.
|
|||||||
|
|
||||||
@table @samp
|
@table @samp
|
||||||
@item -Y on/off
|
@item -Y on/off
|
||||||
@itemx --proxy=on/off
|
@itemx --proxy
|
||||||
|
@itemx --no-proxy
|
||||||
@itemx proxy = on/off
|
@itemx proxy = on/off
|
||||||
This option may be used to turn the proxy support on or off. Proxy
|
This option may be used to turn the proxy support on or off. Proxy
|
||||||
support is on by default, provided that the appropriate environment
|
support is on by default, provided that the appropriate environment
|
||||||
|
Loading…
Reference in New Issue
Block a user