summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2022-05-27 15:28:18 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-05-28 21:01:20 -0400
commit6341c8ed5d3689c9cc52f4fcd2dce78a5f75b5a5 (patch)
treef3c83bff7f05caf158126e8d91b56005c58ea717
parent0704295ceafaf0f531b90689569c0492d11f4725 (diff)
downloadhaskell-6341c8ed5d3689c9cc52f4fcd2dce78a5f75b5a5.tar.gz
make: Fix make maintainer-clean deleting a file tracked by source control
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)