summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShayne Fletcher <shayne@shaynefletcher.org>2021-06-05 18:35:25 +1000
committerShayne Fletcher <shayne@shaynefletcher.org>2021-06-05 18:35:25 +1000
commit6e2f982c720ef529af3471d5f11ea18994f5f3fa (patch)
treedf0faadaa62f1385af313f32ac22460b1b7c645d
parent9a28680d2e23e7b25dd7254a439aea31dfae32d5 (diff)
downloadhaskell-wip/T19932-dot-4.tar.gz
Countdeps: Strictly documentation markup fixeswip/T19932-dot-4
[ci skip]
-rw-r--r--utils/count-deps/README.md12
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)