]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs/Makefile.am: repair 'make html'
authorDaniel Stenberg <daniel@haxx.se>
Wed, 13 Oct 2021 22:20:28 +0000 (00:20 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 14 Oct 2021 05:46:13 +0000 (07:46 +0200)
by removing index.html which isn't around anymore

Closes #7853

docs/Makefile.am

index 656d1ace0b7e3762dab5fa73b6bc520ffb887038..5d5888ccbb76c109965aa4ab1afd95b9693918f6 100644 (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