From f9174a5073e7ff847d707314a2f18faa069bdbb5 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 14 Oct 2021 00:20:28 +0200 Subject: docs/Makefile.am: repair 'make html' by removing index.html which isn't around anymore Closes #7853 --- docs/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile.am b/docs/Makefile.am index 656d1ace0..5d5888ccb 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 -- cgit v1.2.1