From d62d91dffcb855c83a7e60bf35a8a17dc1e985dd Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Tue, 16 Aug 2022 14:39:04 +1000 Subject: updating readme now that the org backend supports odir --- README.org | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.org b/README.org index fb6d7e19..23f27191 100644 --- a/README.org +++ b/README.org @@ -85,12 +85,10 @@ and run the commands: #+begin_src sh cd lens-5.1 cabal haddock --haddock-option=--org -ls lens-5.1.org # If success, the org file should be placed here +# If success, the org file should be placed under dist-newstyle +ls ./dist-newstyle/build/*/*/lens-5.1/doc/html/lens/lens-5.1.org #+end_src -If success, a fresh new org documentation will be placed under the -package directory (not in dist-newstyle!). - *** With Hadrian In order to build documentation for GHC API or Haskell Hierarchical @@ -135,7 +133,8 @@ cd ghc # may arise ./boot && ./configure hadrian/build docs -j --flavour=Quick -ls *.org # If success, the org files should be placed here +# If success, the org files should be placed under ./_build/doc/html/libraries/ +ls ./_build/doc/html/libraries/*/*.org #+end_src ** Tips -- cgit v1.2.3