Make Hadrian solely responsible for substituting `docs/users_guide/ghc_config.py.in`
Fixes #24091 Progress on #23966 Issue #24091 reports that `@ProjectVersion@` is no longer being substituted in the GHC user's guide. I assume this is a recent issue, but I am not sure how it's worked since c1a3ecde; it looks like both Hadrian and configure are trying to substitute the same `.in` file! Now only Hadrian does. That is better anyways; already something that issue #23966 requested. It seems like we were missing some dependencies in Hadrian. (I really, really hate that this is possible!) Hopefully it is fixed now.
Showing
- configure.ac 0 additions, 1 deletionconfigure.ac
- hadrian/cfg/system.config.in 3 additions, 0 deletionshadrian/cfg/system.config.in
- hadrian/src/Oracles/Setting.hs 4 additions, 0 deletionshadrian/src/Oracles/Setting.hs
- hadrian/src/Rules/Documentation.hs 5 additions, 0 deletionshadrian/src/Rules/Documentation.hs
- hadrian/src/Rules/Generate.hs 6 additions, 1 deletionhadrian/src/Rules/Generate.hs
Please register or sign in to comment