mirror of
https://github.com/mirror/wget.git
synced 2025-01-01 07:50:11 +08:00
[svn] More windows documentation updates.
Submitted by Herold Heiko.
This commit is contained in:
parent
fcee5d83a3
commit
a3b678e416
@ -1,3 +1,11 @@
|
|||||||
|
2001-11-22 Herold Heiko <Heiko.Herold@previnet.it>
|
||||||
|
|
||||||
|
* windows/Readme
|
||||||
|
* windows/Makefile.doc
|
||||||
|
Windows documentation update.
|
||||||
|
* windows/Makefile.src
|
||||||
|
Cleanup config.h
|
||||||
|
|
||||||
2001-11-22 Hrvoje Niksic <hniksic@arsdigita.com>
|
2001-11-22 Hrvoje Niksic <hniksic@arsdigita.com>
|
||||||
|
|
||||||
* windows/Makefile.doc: Update docs generation.
|
* windows/Makefile.doc: Update docs generation.
|
||||||
|
@ -15,9 +15,8 @@
|
|||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
|
|
||||||
# You probably need a makeinfo utility
|
# You probably need makeinfo and perl, see the README in the main
|
||||||
# wget it from URL:ftp://ftp.sunsite.dk/projects/wget/windows/makeinfo.zip
|
# windows directory.
|
||||||
# You also probably need perl.
|
|
||||||
|
|
||||||
RM = del
|
RM = del
|
||||||
CP = copy
|
CP = copy
|
||||||
@ -36,7 +35,7 @@ WGETPOD = wget.pod
|
|||||||
manext = 1
|
manext = 1
|
||||||
MAN = wget.$(manext)
|
MAN = wget.$(manext)
|
||||||
|
|
||||||
all: $(WGETHLP) $(WGETINFO) $(WGETHTML) $(MAN)
|
all: $(WGETHLP) $(WGETINFO) $(WGETHTML)
|
||||||
|
|
||||||
.IGNORE:
|
.IGNORE:
|
||||||
$(SAMPLERCTEXI): sample.wgetrc
|
$(SAMPLERCTEXI): sample.wgetrc
|
||||||
@ -56,10 +55,11 @@ $(TEXI2POD): $(TEXI2POD).in
|
|||||||
$(WGETPOD): $(WGETTEXI) $(TEXI2POD)
|
$(WGETPOD): $(WGETTEXI) $(TEXI2POD)
|
||||||
$(TEXI2POD) $(WGETTEXI) $@
|
$(TEXI2POD) $(WGETTEXI) $@
|
||||||
|
|
||||||
|
man: $(MAN)
|
||||||
|
|
||||||
$(MAN): $(WGETPOD)
|
$(MAN): $(WGETPOD)
|
||||||
$(POD2MAN) --center="GNU Wget" --release="GNU Wget @VERSION@" $? > $@
|
$(POD2MAN) --center="GNU Wget" --release="GNU Wget @VERSION@" $? > $@
|
||||||
|
|
||||||
|
|
||||||
$(WGETHLP): $(WGETTEXI) $(SAMPLERCTEXI)
|
$(WGETHLP): $(WGETTEXI) $(SAMPLERCTEXI)
|
||||||
$(MAKEINFO) --no-validate --no-warn --force \
|
$(MAKEINFO) --no-validate --no-warn --force \
|
||||||
--hpj wget.hpj --output wget.rtf $(WGETTEXI)
|
--hpj wget.hpj --output wget.rtf $(WGETTEXI)
|
||||||
|
@ -87,6 +87,7 @@ clean:
|
|||||||
$(RM) *.bak
|
$(RM) *.bak
|
||||||
$(RM) *.pdb
|
$(RM) *.pdb
|
||||||
$(RM) *.map
|
$(RM) *.map
|
||||||
|
$(RM) config.h
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
$(RM) Makefile
|
$(RM) Makefile
|
||||||
|
@ -1,10 +1,17 @@
|
|||||||
-*- text -*-
|
-*- text -*-
|
||||||
|
|
||||||
To build Wget with VC++ 5.0 run configure.bat in the wget directory,
|
To build Wget with VC++ run configure.bat in the wget directory, and
|
||||||
and then run nmake. If you want to build the help file you will need
|
then run nmake. At a certain point in time wget exposed some compiler
|
||||||
a copy of makinfo to convert wget.texi to rtf. I've made a copy
|
bugs in VC++ 5.0; VC++ 6.0 sp 5 is known to be safe.
|
||||||
available at <URL:ftp://sunsite.dk/projects/wget/makeinfo.zip>. This
|
|
||||||
copy of makeinfo is from the miktxt 1.10 archive available from ctan.
|
If you want to build the help file you will need a copy of makeinfo to
|
||||||
|
convert wget.texi to rtf and html. I've made a copy available at
|
||||||
|
<URL:ftp://sunsite.dk/projects/wget/makeinfo.zip>. This copy of
|
||||||
|
makeinfo is from the miktxt 1.10 archive available from ctan. You also
|
||||||
|
will need perl 5, one possibility is Activeperl (currently free) from
|
||||||
|
<URL:http://www.activestate.com>; you need to locate the download and
|
||||||
|
install instructions for the current version available (since the
|
||||||
|
packages and installation instructions change from time to time).
|
||||||
|
|
||||||
To configure Wget with VC++ with ssl support first get openssl,
|
To configure Wget with VC++ with ssl support first get openssl,
|
||||||
compile it and install relevant headers and libraries where your
|
compile it and install relevant headers and libraries where your
|
||||||
|
Loading…
Reference in New Issue
Block a user