mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04: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>
|
||||
|
||||
* windows/Makefile.doc: Update docs generation.
|
||||
|
@ -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)
|
||||
|
@ -87,6 +87,7 @@ clean:
|
||||
$(RM) *.bak
|
||||
$(RM) *.pdb
|
||||
$(RM) *.map
|
||||
$(RM) config.h
|
||||
|
||||
distclean: clean
|
||||
$(RM) Makefile
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user