summaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2014-02-09 15:24:00 +0100
committerHerbert Valerio Riedel <hvr@gnu.org>2014-02-09 15:24:00 +0100
commit65170fcb5c864f285bfbb9414be65cf001168e80 (patch)
treefd253d17c94b33ee79c19eb62884530612755872 /ghc.mk
parent7561e37103041d6691c70683f910cdb97952483a (diff)
downloadhaskell-65170fcb5c864f285bfbb9414be65cf001168e80.tar.gz
Let `make distclean` remove `/{ch01,ch02,index}.html`
These files are created during `./configure` and therefore by convention are expected to be removed by `make distclean`. Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
Diffstat (limited to 'ghc.mk')
-rw-r--r--ghc.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/ghc.mk b/ghc.mk
index 288b1132b6..cb0dcdeae3 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -1263,6 +1263,7 @@ distclean : clean
$(call removeFiles,docs/index.html)
$(call removeFiles,libraries/prologue.txt)
$(call removeFiles,distrib/configure.ac)
+ $(call removeFiles,ch01.html ch02.html index.html)
# ./configure also makes these.
$(call removeFiles,mk/config.h)