don't treat index.html as the generated HTML pages

This commit is contained in:
Daniel Stenberg 2003-08-12 08:58:46 +00:00
parent 9687571a84
commit b46745759b
1 changed files with 2 additions and 3 deletions

View File

@ -78,8 +78,7 @@ HTMLPAGES = \
libcurl-multi.html \
libcurl-easy.html \
libcurl-share.html \
libcurl-errors.html \
index.html
libcurl-errors.html
PDFPAGES = \
curl_easy_cleanup.pdf \
@ -121,7 +120,7 @@ PDFPAGES = \
CLEANFILES = $(HTMLPAGES) $(PDFPAGES)
EXTRA_DIST = $(man_MANS) $(HTMLPAGES) $(PDFPAGES)
EXTRA_DIST = $(man_MANS) $(HTMLPAGES) index.html $(PDFPAGES)
MAN2HTML= gnroff -man $< | man2html >$@