diff options
author | Shayne Fletcher <shayne@shaynefletcher.org> | 2021-06-05 18:35:25 +1000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-06-05 19:23:11 -0400 |
commit | cced9454c9dbe7148534bf68608bed6857482092 (patch) | |
tree | a72a9511bf3f371bb53911b3b7a8f66a8cba8926 /utils | |
parent | ecc3a405bb961cf45a4eaef36991a07321989474 (diff) | |
download | haskell-cced9454c9dbe7148534bf68608bed6857482092.tar.gz |
Countdeps: Strictly documentation markup fixes
[ci skip]
Diffstat (limited to 'utils')
-rw-r--r-- | utils/count-deps/README.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/utils/count-deps/README.md b/utils/count-deps/README.md index 67d8ed4842..0d6f14bd9b 100644 --- a/utils/count-deps/README.md +++ b/utils/count-deps/README.md @@ -22,19 +22,19 @@ install graphviz on your system. - `make`: - (1) ``inplace/bin/count-deps `inplace/bin/ghc-stage2 --print-libdir` "GHC.Parser"`` - (2) ``inplace/bin/count-deps `inplace/bin/ghc-stage2 --print-libdir` "GHC.Parser" --dot`` + 1. ``inplace/bin/count-deps `inplace/bin/ghc-stage2 --print-libdir` "GHC.Parser"`` + 2. ``inplace/bin/count-deps `inplace/bin/ghc-stage2 --print-libdir` "GHC.Parser" --dot`` - `hadrian`: - (1) ``_build/stage1/bin/count-deps `_build/stage1/bin/ghc --print-libdir` "GHC.Parser"`` - (2) ``_build/stage1/bin/count-deps `_build/stage1/bin/ghc --print-libdir` "GHC.Parser" --dot`` + + 1. ``_build/stage1/bin/count-deps `_build/stage1/bin/ghc --print-libdir` "GHC.Parser"`` + 2. ``_build/stage1/bin/count-deps `_build/stage1/bin/ghc --print-libdir` "GHC.Parser" --dot`` ## Rendering dependency graphs -To render a graph obtained using a type (2) command: +To render a graph obtained using a type 2 command: - Copy the output to a file ('`deps.dot`' say) - - Render it with a command like (preprocess with `tred` to remove edges implied by transitivity) |