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>
|
||||
|
||||
* 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
|
||||
sed s/@/@@/g $? > $@
|
||||
|
||||
wget.info: $(srcdir)/wget.texi $(SAMPLERCTEXI)
|
||||
wget.info: $(srcdir)/wget.texi $(SAMPLERCTEXI) $(srcdir)/version.texi
|
||||
$(MAKEINFO) -I$(srcdir) $(srcdir)/wget.texi
|
||||
|
||||
$(TEXI2POD): $(srcdir)/$(TEXI2POD).in
|
||||
sed 's,^#! /usr/bin/perl,#! @PERL@,' $? > $@
|
||||
chmod u+x $@
|
||||
|
||||
wget.pod: $(srcdir)/wget.texi $(TEXI2POD)
|
||||
wget.pod: $(srcdir)/wget.texi $(TEXI2POD) $(srcdir)/version.texi
|
||||
./$(TEXI2POD) $(srcdir)/wget.texi $@
|
||||
|
||||
$(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
|
||||
@setfilename wget.info
|
||||
@include version.texi
|
||||
@set UPDATED Jan 2005
|
||||
@set UPDATED Apr 2005
|
||||
@settitle GNU Wget @value{VERSION} Manual
|
||||
@c Disable the monstrous rectangles beside overfull hbox-es.
|
||||
@finalout
|
||||
@ -31,8 +31,7 @@ This file documents the the GNU Wget utility for downloading network
|
||||
data.
|
||||
|
||||
@c man begin COPYRIGHT
|
||||
Copyright @copyright{} 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005
|
||||
Free Software Foundation, Inc.
|
||||
Copyright @copyright{} 1996--2005 Free Software Foundation, Inc.
|
||||
|
||||
Permission is granted to make and distribute verbatim copies of
|
||||
this manual provided the copyright notice and this permission notice
|
||||
@ -71,8 +70,7 @@ GNU Info entry for @file{wget}.
|
||||
|
||||
@page
|
||||
@vskip 0pt plus 1filll
|
||||
Copyright @copyright{} 1996, 1997, 1998, 2000, 2001, 2003, 2004, 2005,
|
||||
Free Software Foundation, Inc.
|
||||
Copyright @copyright{} 1996--2005, Free Software Foundation, Inc.
|
||||
|
||||
Permission is granted to copy, distribute and/or modify this document
|
||||
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
|
||||
available utility for network downloads.
|
||||
|
||||
Copyright @copyright{} 1996, 1997, 1998, 2000, 2001, 2003, 2004, 2005
|
||||
Free Software Foundation, Inc.
|
||||
Copyright @copyright{} 1996--2005 Free Software Foundation, Inc.
|
||||
|
||||
@menu
|
||||
* Overview:: Features of Wget.
|
||||
@ -798,7 +795,8 @@ actions of one.
|
||||
|
||||
@cindex proxy
|
||||
@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
|
||||
appropriate environment variable is defined.
|
||||
|
||||
@ -3019,7 +3017,8 @@ may be specified from within Wget itself.
|
||||
|
||||
@table @samp
|
||||
@item -Y on/off
|
||||
@itemx --proxy=on/off
|
||||
@itemx --proxy
|
||||
@itemx --no-proxy
|
||||
@itemx proxy = on/off
|
||||
This option may be used to turn the proxy support on or off. Proxy
|
||||
support is on by default, provided that the appropriate environment
|
||||
|
Loading…
Reference in New Issue
Block a user