diff options
author | Simon Marlow <simonmar@microsoft.com> | 2007-02-05 14:08:00 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2007-02-05 14:08:00 +0000 |
commit | 61213f56c7dd51ca3d5175c9e0e9fb946ba19108 (patch) | |
tree | e139ff8df6d3b4b94e7cbf7c471e36c748efbead /libraries | |
parent | af6cf77c37e2e60fd15d7e3a5605e14b9b532b71 (diff) | |
download | haskell-61213f56c7dd51ca3d5175c9e0e9fb946ba19108.tar.gz |
don't forget to remove html-docs as part of 'make clean'
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/Makefile b/libraries/Makefile index 889d86a281..db51a679b6 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -61,6 +61,9 @@ ifneq "$(NO_HADDOCK_DOCS)" "YES" HTML_DIR = html-docs +extraclean :: + $(RM) -rf $(HTML_DIR) + # ATTENTION, incomprehensible shell stuff ahead: Automagically create the # prologue for the combined index via a header, the package prologues (in # alphabetical order of the packages) and a footer. Not very nice, but much |