]> sjero.net Git - wget/commitdiff
[svn] More windows documentation updates.
authorhniksic <devnull@localhost>
Thu, 22 Nov 2001 17:22:19 +0000 (09:22 -0800)
committerhniksic <devnull@localhost>
Thu, 22 Nov 2001 17:22:19 +0000 (09:22 -0800)
Submitted by Herold Heiko.

ChangeLog
windows/Makefile.doc
windows/Makefile.src
windows/README

index 20016780457e6ea9a32d196c7a7cdb8e2c03a12b..37cb4c0da367fde86446616c0ed4194efa8358b7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * windows/Makefile.doc: Update docs generation.
index 7b821fbb3d1001d4a1b73b4ffaafc1701be6e6f7..272fc38629e5308f60f28566465f4ebb7ad0b977 100644 (file)
@@ -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)
index f1739f78213ffa949a807245b2d8c088d6036e99..bac24096106f69ad1c61196f393790f98165e889 100644 (file)
@@ -87,6 +87,7 @@ clean:
         $(RM) *.bak
         $(RM) *.pdb
         $(RM) *.map
+        $(RM) config.h
 
 distclean: clean
        $(RM) Makefile
index dd82f1cc9a4070335aff557dfdc502048af7ca07..41b06a4c131d7f74b42042ff88796527a4ea4dc1 100644 (file)
@@ -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 <URL:ftp://sunsite.dk/projects/wget/makeinfo.zip>.  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
+<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,
 compile it and install relevant headers and libraries where your