aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2022-08-16 14:39:04 +1000
committerYuchen Pei <hi@ypei.me>2022-08-16 17:43:40 +1000
commitd62d91dffcb855c83a7e60bf35a8a17dc1e985dd (patch)
treef0b5d04e02d979e1c02ac3cdc0e4d36153aa85e7
parenta96b62e6153fa98d030ae7c6f969182272e01149 (diff)
updating readme now that the org backend supports odirghc-9.4
-rw-r--r--README.org9
1 files 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