diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2022-05-27 15:28:18 +0100 |
---|---|---|
committer | Matthew Pickering <matthewtpickering@gmail.com> | 2022-05-27 15:31:17 +0100 |
commit | 5379ee5d9296bdc9811b845ff5efa23eb69d32e6 (patch) | |
tree | 4708b4bfa1cfa118314f4382115c304e4314ed34 | |
parent | ed37027f713bb6563fd98d144a39211339fd91a5 (diff) | |
download | haskell-wip/t21659.tar.gz |
make: Fix make maintainer-clean deleting a file tracked by source controlwip/t21659
Fixes #21659
-rw-r--r-- | ghc.mk | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) |