diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-10-14 00:20:28 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-10-14 07:46:13 +0200 |
commit | f9174a5073e7ff847d707314a2f18faa069bdbb5 (patch) | |
tree | 4813293d836babf5641d82daa68653f1df983b74 | |
parent | 3aead057a1fd5cb95e9fadec44b2c4c6f25d3644 (diff) | |
download | curl-f9174a5073e7ff847d707314a2f18faa069bdbb5.tar.gz |
docs/Makefile.am: repair 'make html'
by removing index.html which isn't around anymore
Closes #7853
-rw-r--r-- | docs/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |