]> sjero.net Git - wget/blobdiff - windows/Makefile.doc
[svn] Cleanup Windows Makefiles and README.
[wget] / windows / Makefile.doc
index 35186317d06d53a0e1c725a0dd129f3e8922e995..cff926fe20d7d8bfbdf15b8cc018911208ac0cea 100644 (file)
 # You probably need makeinfo and perl, see the README in the main
 # windows directory.
 
-RM del
-CP     = copy
-ATTRIB = attrib
-
-MAKEINFO     = makeinfo.exe
-TEXI2POD     = texi2pod.pl
-POD2MAN      = pod2man
-
-SAMPLERCTEXI = sample.wgetrc.munged_for_texi_inclusion
-WGETHLP      = wget.hlp
-WGETINFO     = wget.info
-WGETTEXI     = wget.texi
-WGETHTML     = wget.html
-WGETPOD      = wget.pod
-manext       = 1
-MAN          = wget.$(manext)
+RM     = -del
+CP     = copy
+ATTRIB = attrib
+
+MAKEINFO       = makeinfo.exe
+TEXI2POD       = texi2pod.pl
+POD2MAN        = pod2man
+
+SAMPLERCTEXI   = sample.wgetrc.munged_for_texi_inclusion
+WGETHLP                = wget.hlp
+WGETINFO       = wget.info
+WGETTEXI       = wget.texi
+WGETHTML       = wget.html
+WGETPOD                = wget.pod
+manext         = 1
+MAN            = wget.$(manext)
 
 all: $(WGETHLP) $(WGETINFO) $(WGETHTML)
 
@@ -76,10 +76,10 @@ $(WGETHLP): $(WGETTEXI) $(SAMPLERCTEXI)
         hcrtf -xn wget.hpj
 
 clean:
-        $(RM) *.bak
-        $(RM) *.hpj
-        $(RM) *.rtf
-        $(RM) *.ph
+       $(RM) *.bak
+       $(RM) *.hpj
+       $(RM) *.rtf
+       $(RM) *.ph
        $(RM) $(SAMPLERCTEXI)
        $(RM) $(MAN)
        $(RM) $(TEXI2POD)