From: Daniel Stenberg Date: Tue, 2 Mar 2004 08:28:23 +0000 (+0000) Subject: clean the html and pdf files X-Git-Tag: curl-7_11_1~152 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eddeb49fb69f68d1b5599bd0172753c6ce304ff4;p=thirdparty%2Fcurl.git clean the html and pdf files --- diff --git a/docs/Makefile.am b/docs/Makefile.am index a5e62fb594..ee3d0e3f2f 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -19,6 +19,8 @@ PDFPAGES = \ SUBDIRS = examples libcurl +CLEANFILES = $(HTMLPAGES) $(PDFPAGES) + EXTRA_DIST = MANUAL BUGS CONTRIBUTE FAQ FEATURES INTERNALS SSLCERTS \ README.win32 RESOURCES TODO TheArtOfHttpScripting THANKS \ VERSIONS KNOWN_BUGS BINDINGS $(man_MANS) $(HTMLPAGES) \