]> sjero.net Git - wget/blobdiff - windows/Makefile.doc
[svn] More windows documentation updates.
[wget] / windows / Makefile.doc
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)