summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-08-15 14:50:22 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-08-16 14:34:47 -0400
commit385f420b2f1bd7d11126e28c4dc21ef0dbe741de (patch)
tree67b8659f033a9d0cb3a4f795935985e26963c094
parent71102c8f72e0c5711f2410e449af8cf0b2baa063 (diff)
downloadhaskell-385f420b2f1bd7d11126e28c4dc21ef0dbe741de.tar.gz
hadrian: Place manpage in docroot
This relocates it from docs/ to doc/
-rw-r--r--hadrian/src/Rules/Documentation.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/hadrian/src/Rules/Documentation.hs b/hadrian/src/Rules/Documentation.hs
index aff2f38c63..7f6e62c414 100644
--- a/hadrian/src/Rules/Documentation.hs
+++ b/hadrian/src/Rules/Documentation.hs
@@ -41,7 +41,7 @@ archiveRoot :: FilePath
archiveRoot = docRoot -/- "archives"
manPageBuildPath :: FilePath
-manPageBuildPath = "docs/users_guide/build-man/ghc.1"
+manPageBuildPath = docRoot -/- "users_guide/build-man/ghc.1"
-- TODO: Get rid of this hack.
docContext :: Context