X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=windows%2FMakefile.doc;h=cff926fe20d7d8bfbdf15b8cc018911208ac0cea;hp=35186317d06d53a0e1c725a0dd129f3e8922e995;hb=2bebfdb844a9aa11b6db3e7d9ca93f8a4e6ca077;hpb=a4b95084e82c29e57b09a9ae4687aa4867a72e98 diff --git a/windows/Makefile.doc b/windows/Makefile.doc index 35186317..cff926fe 100644 --- a/windows/Makefile.doc +++ b/windows/Makefile.doc @@ -28,22 +28,22 @@ # 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)