[GHC] #11803: Users guide's `_static` directory isn't installed to correct location
#11803: Users guide's `_static` directory isn't installed to correct location -------------------------------------+------------------------------------- Reporter: bgamari | Owner: Type: bug | Status: new Priority: high | Milestone: 8.0.1 Component: Compiler | Version: 8.0.1-rc3 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: -------------------------------------+------------------------------------- In the binary distributions the `_static` directory which contains CSS and other static resources gets installed to `share/doc/ghc-$VER/html/_static` whereas it is expected to live in `share/doc/ghc-$VER/html/users_guide/_static`. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11803> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#11803: Users guide's `_static` directory isn't installed to correct location -------------------------------------+------------------------------------- Reporter: bgamari | Owner: Type: bug | Status: new Priority: high | Milestone: 8.0.1 Component: Compiler | Version: 8.0.1-rc3 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 Ben Gamari <ben@…>): In [changeset:"6b6bebaf2349c51343bec2b8fa0e80b7e42593a6/ghc" 6b6bebaf/ghc]: {{{ #!CommitTicketReference repository="ghc" revision="6b6bebaf2349c51343bec2b8fa0e80b7e42593a6" Fix installation of static sphinx assets Previously the `_static` and `_sources` directories were installed in the wrong parents. See #11803 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11803#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#11803: Users guide's `_static` directory isn't installed to correct location -------------------------------------+------------------------------------- Reporter: bgamari | Owner: Type: bug | Status: closed Priority: high | Milestone: 8.0.1 Component: Compiler | Version: 8.0.1-rc3 Resolution: fixed | 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: | -------------------------------------+------------------------------------- Changes (by bgamari): * status: new => closed * resolution: => fixed Comment: This is fixed by the commit in comment:1, merged to `ghc-8.0` in 88e9816f6c6d336f6fa6ef2fc7bab24537758637. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11803#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
participants (1)
-
GHC