summaryrefslogtreecommitdiff
path: root/utils/count-deps
diff options
context:
space:
mode:
Diffstat (limited to 'utils/count-deps')
-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)