summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-08-15 14:50:22 -0400
committerBen Gamari <ben@smart-cactus.org>2022-08-20 12:07:08 -0400
commit8e6b979cf69b2c4f000806f40ca00e528acec615 (patch)
treeaa77f8b843c3182df715378811688984a1257d2d
parent6466747b7168acb1760bdf7001e6703c1e07b886 (diff)
downloadhaskell-8e6b979cf69b2c4f000806f40ca00e528acec615.tar.gz
hadrian: Place manpage in docroot
This relocates it from docs/ to doc/ (cherry picked from commit 37c61cc05f82f4cdc43aece152df8630b7c0419d)
-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