mirror of
https://github.com/curl/curl.git
synced 2026-05-30 03:57:34 +03: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue