mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
'make clean' should only remove the generated html files, index.html is not
one of them!
This commit is contained in:
parent
8a4532ca2d
commit
75e1483e0d
@ -8,10 +8,11 @@ man_MANS = \
|
|||||||
curl.1 \
|
curl.1 \
|
||||||
curl-config.1
|
curl-config.1
|
||||||
|
|
||||||
HTMLPAGES = \
|
GENHTMLPAGES = \
|
||||||
curl.html \
|
curl.html \
|
||||||
curl-config.html \
|
curl-config.html
|
||||||
index.html
|
|
||||||
|
HTMLPAGES = $(GENHTMLPAGES) index.html
|
||||||
|
|
||||||
PDFPAGES = \
|
PDFPAGES = \
|
||||||
curl.pdf \
|
curl.pdf \
|
||||||
@ -19,7 +20,7 @@ PDFPAGES = \
|
|||||||
|
|
||||||
SUBDIRS = examples libcurl
|
SUBDIRS = examples libcurl
|
||||||
|
|
||||||
CLEANFILES = $(HTMLPAGES) $(PDFPAGES)
|
CLEANFILES = $(GENHTMLPAGES) $(PDFPAGES)
|
||||||
|
|
||||||
EXTRA_DIST = MANUAL BUGS CONTRIBUTE FAQ FEATURES INTERNALS SSLCERTS \
|
EXTRA_DIST = MANUAL BUGS CONTRIBUTE FAQ FEATURES INTERNALS SSLCERTS \
|
||||||
README.win32 RESOURCES TODO TheArtOfHttpScripting THANKS \
|
README.win32 RESOURCES TODO TheArtOfHttpScripting THANKS \
|
||||||
|
Loading…
Reference in New Issue
Block a user