From: hniksic Date: Thu, 22 Nov 2001 17:22:19 +0000 (-0800) Subject: [svn] More windows documentation updates. X-Git-Tag: v1.13~2054 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=a3b678e416f5f6e4c926831b731f6bb38c6c475d [svn] More windows documentation updates. Submitted by Herold Heiko. --- diff --git a/ChangeLog b/ChangeLog index 20016780..37cb4c0d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2001-11-22 Herold Heiko + + * windows/Readme + * windows/Makefile.doc + Windows documentation update. + * windows/Makefile.src + Cleanup config.h + 2001-11-22 Hrvoje Niksic * windows/Makefile.doc: Update docs generation. diff --git a/windows/Makefile.doc b/windows/Makefile.doc index 7b821fbb..272fc386 100644 --- a/windows/Makefile.doc +++ b/windows/Makefile.doc @@ -15,9 +15,8 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -# You probably need a makeinfo utility -# wget it from URL:ftp://ftp.sunsite.dk/projects/wget/windows/makeinfo.zip -# You also probably need perl. +# You probably need makeinfo and perl, see the README in the main +# windows directory. RM = del CP = copy @@ -36,7 +35,7 @@ WGETPOD = wget.pod manext = 1 MAN = wget.$(manext) -all: $(WGETHLP) $(WGETINFO) $(WGETHTML) $(MAN) +all: $(WGETHLP) $(WGETINFO) $(WGETHTML) .IGNORE: $(SAMPLERCTEXI): sample.wgetrc @@ -56,10 +55,11 @@ $(TEXI2POD): $(TEXI2POD).in $(WGETPOD): $(WGETTEXI) $(TEXI2POD) $(TEXI2POD) $(WGETTEXI) $@ +man: $(MAN) + $(MAN): $(WGETPOD) $(POD2MAN) --center="GNU Wget" --release="GNU Wget @VERSION@" $? > $@ - $(WGETHLP): $(WGETTEXI) $(SAMPLERCTEXI) $(MAKEINFO) --no-validate --no-warn --force \ --hpj wget.hpj --output wget.rtf $(WGETTEXI) diff --git a/windows/Makefile.src b/windows/Makefile.src index f1739f78..bac24096 100644 --- a/windows/Makefile.src +++ b/windows/Makefile.src @@ -87,6 +87,7 @@ clean: $(RM) *.bak $(RM) *.pdb $(RM) *.map + $(RM) config.h distclean: clean $(RM) Makefile diff --git a/windows/README b/windows/README index dd82f1cc..41b06a4c 100644 --- a/windows/README +++ b/windows/README @@ -1,10 +1,17 @@ -*- text -*- -To build Wget with VC++ 5.0 run configure.bat in the wget directory, -and then run nmake. If you want to build the help file you will need -a copy of makinfo to convert wget.texi to rtf. I've made a copy -available at . This -copy of makeinfo is from the miktxt 1.10 archive available from ctan. +To build Wget with VC++ run configure.bat in the wget directory, and +then run nmake. At a certain point in time wget exposed some compiler +bugs in VC++ 5.0; VC++ 6.0 sp 5 is known to be safe. + +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 +. 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 +; 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, compile it and install relevant headers and libraries where your