aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xuse2dot/gen_use_graph2
1 files changed, 1 insertions, 1 deletions
diff --git a/use2dot/gen_use_graph b/use2dot/gen_use_graph
index 030d0c7d..51ee23b4 100755
--- a/use2dot/gen_use_graph
+++ b/use2dot/gen_use_graph
@@ -3,7 +3,7 @@
dir=$(mktemp -d)
here=$(dirname $(realpath $0))
-guild use2dot -m '(main)' -- `find module -name \*.scm` > $dir/use.dot
+guild use2dot -m '(calp main)' -- `find module -name \*.scm` > $dir/use.dot
$here/change_graph.py $dir/use.dot $dir/use2.dot
grep -v '\(srfi\|ice-9\|(util)\)' $dir/use2.dot > $dir/use3.dot