aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-11-06 11:11:41 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2020-11-06 11:11:41 +0100
commit71ef76ac898e08a6926c0dd932becd7e5464dabe (patch)
treeafe4be6d5ea3d264974c79a299b2deeeb7f22d4d
parentAdd watch-rule for scss files. (diff)
downloadcalp-71ef76ac898e08a6926c0dd932becd7e5464dabe.tar.gz
calp-71ef76ac898e08a6926c0dd932becd7e5464dabe.tar.xz
Fix main paht in use2dot.v0.6.2
-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