docs/Makefile.am: repair 'make html'

by removing index.html which isn't around anymore

Closes #7853
This commit is contained in:
Daniel Stenberg 2021-10-14 00:20:28 +02:00
parent 3aead057a1
commit f9174a5073
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -31,7 +31,7 @@ GENHTMLPAGES = curl.html curl-config.html mk-ca-bundle.html
PDFPAGES = curl.pdf curl-config.pdf mk-ca-bundle.pdf
MANDISTPAGES = curl.1.dist curl-config.1.dist
HTMLPAGES = $(GENHTMLPAGES) index.html
HTMLPAGES = $(GENHTMLPAGES)
# Build targets in this file (.) before cmdline-opts to ensure that
# the curl.1 rule below runs first