Skip to content
Snippets Groups Projects
Commit 75e1483e authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

'make clean' should only remove the generated html files, index.html is not

one of them!
parent 8a4532ca
No related branches found
No related tags found
No related merge requests found
......@@ -8,10 +8,11 @@ man_MANS = \
curl.1 \
curl-config.1
HTMLPAGES = \
GENHTMLPAGES = \
curl.html \
curl-config.html \
index.html
curl-config.html
HTMLPAGES = $(GENHTMLPAGES) index.html
PDFPAGES = \
curl.pdf \
......@@ -19,7 +20,7 @@ PDFPAGES = \
SUBDIRS = examples libcurl
CLEANFILES = $(HTMLPAGES) $(PDFPAGES)
CLEANFILES = $(GENHTMLPAGES) $(PDFPAGES)
EXTRA_DIST = MANUAL BUGS CONTRIBUTE FAQ FEATURES INTERNALS SSLCERTS \
README.win32 RESOURCES TODO TheArtOfHttpScripting THANKS \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment