diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-03-02 08:28:23 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-03-02 08:28:23 +0000 |
commit | eddeb49fb69f68d1b5599bd0172753c6ce304ff4 (patch) | |
tree | 0c47b4e7463abd9aaf90cd855ea1c0272bd16b13 /docs | |
parent | 7ab3b5b3bb4c02dc00621efe13b8d3b29b819250 (diff) |
clean the html and pdf files
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index a5e62fb59..ee3d0e3f2 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) \ |