From: Daniel Stenberg Date: Wed, 13 Oct 2021 22:20:28 +0000 (+0200) Subject: docs/Makefile.am: repair 'make html' X-Git-Tag: curl-7_80_0~116 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f9174a5073e7ff847d707314a2f18faa069bdbb5;p=thirdparty%2Fcurl.git docs/Makefile.am: repair 'make html' by removing index.html which isn't around anymore Closes #7853 --- diff --git a/docs/Makefile.am b/docs/Makefile.am index 656d1ace0b..5d5888ccbb 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -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