[GHC] #13460: StandardTargets wiki page is out of date
GHC
ghc-devs at haskell.org
Thu Mar 23 06:19:09 UTC 2017
#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
More information about the ghc-tickets
mailing list