From 61213f56c7dd51ca3d5175c9e0e9fb946ba19108 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Mon, 5 Feb 2007 14:08:00 +0000 Subject: [PATCH] don't forget to remove html-docs as part of 'make clean' --- libraries/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libraries/Makefile b/libraries/Makefile index 889d86a..db51a67 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 -- 1.7.10.4