summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2022-05-27 15:28:18 +0100
committerMatthew Pickering <matthewtpickering@gmail.com>2022-05-27 15:31:17 +0100
commit5379ee5d9296bdc9811b845ff5efa23eb69d32e6 (patch)
tree4708b4bfa1cfa118314f4382115c304e4314ed34
parented37027f713bb6563fd98d144a39211339fd91a5 (diff)
downloadhaskell-wip/t21659.tar.gz
make: Fix make maintainer-clean deleting a file tracked by source controlwip/t21659
Fixes #21659
-rw-r--r--ghc.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/ghc.mk b/ghc.mk
index bc2299d9f1..d1ca1bf3e7 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -1411,7 +1411,6 @@ distclean : clean
$(call removeFiles,docs/users_guide/ug-book.xml)
$(call removeFiles,docs/users_guide/ug-ent.xml)
$(call removeFiles,docs/users_guide/ghc_config.py)
- $(call removeFiles,docs/index.html)
$(call removeFiles,libraries/prologue.txt)
$(call removeFiles,distrib/configure.ac)
$(call removeFiles,ch01.html ch02.html index.html)