don't forget to remove html-docs as part of 'make clean'
authorSimon Marlow <simonmar@microsoft.com>
Mon, 5 Feb 2007 14:08:00 +0000 (14:08 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Mon, 5 Feb 2007 14:08:00 +0000 (14:08 +0000)
libraries/Makefile

index 889d86a..db51a67 100644 (file)
@@ -61,6 +61,9 @@ ifneq "$(NO_HADDOCK_DOCS)" "YES"
 
 HTML_DIR = html-docs
 
 
 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
 # 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