[commit: ghc] master: Let `make distclean` remove `/{ch01, ch02, index}.html` (65170fc)
git at git.haskell.org
git at git.haskell.org
Sun Feb 9 14:26:02 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/65170fcb5c864f285bfbb9414be65cf001168e80/ghc
>---------------------------------------------------------------
commit 65170fcb5c864f285bfbb9414be65cf001168e80
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Sun Feb 9 15:24:00 2014 +0100
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 at gnu.org>
>---------------------------------------------------------------
65170fcb5c864f285bfbb9414be65cf001168e80
ghc.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/ghc.mk b/ghc.mk
index 288b113..cb0dcde 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)
More information about the ghc-commits
mailing list