mirror of
https://github.com/curl/curl.git
synced 2025-03-01 15:15:34 +08:00
docs/Makefile.am: repair 'make html'
by removing index.html which isn't around anymore Closes #7853
This commit is contained in:
parent
3aead057a1
commit
f9174a5073
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user