[GHC] #13460: StandardTargets wiki page is out of date

#13460: StandardTargets wiki page is out of date -------------------------------------+------------------------------------- Reporter: osa1 | Owner: (none) Type: task | Status: new Priority: lowest | Milestone: Component: Documentation | Version: 8.0.1 Keywords: | Operating System: Unknown/Multiple Architecture: | Type of failure: None/Unknown Unknown/Multiple | Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: -------------------------------------+------------------------------------- I was looking for the target for building the user manual so I checked https://ghc.haskell.org/trac/ghc/wiki/Building/StandardTargets. Unfortunately none of the "documentation targets" seem to work. I tried those targets in {{{./}}}, {{{./docs}}}, and {{{./docs/users_guide}}}. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/13460 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#13460: StandardTargets wiki page is out of date -------------------------------------+------------------------------------- Reporter: osa1 | Owner: (none) Type: task | Status: new Priority: lowest | Milestone: Component: Documentation | Version: 8.0.1 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Comment (by MarcelineVQ): I had the same issue recently, it turns out that this is most commonly due to document building flags being switched off from the flavor chosen in mk/build.mk Check your mk/config.mk for {{{ BUILD_SPHINX_HTML = YES BUILD_SPHINX_PDF = YES }}} If these are YES instead of NO in config.mk then you can add them to the end of your build.mk to over-ride the NO that is likely set in your current build flavour. If that's too vague check out https://ghc.haskell.org/trac/ghc/wiki/Building/Docs which should be clearer. This should work for html and pdf, I'm not sure ps is made anymore since I don't see rules for it. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/13460#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC