Skip to content
Snippets Groups Projects
Commit b92b26df authored by François Bobot's avatar François Bobot
Browse files

[Dep] make it work again

parent ece0b171
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,9 @@ api:
dep:
cd _build; \
ocamlfind ocamldoc -o dependencies.dot $$(find src -name "*.ml" -or -name "*.mli") \
$(DIRECTORIES) $(PACKAGES) -dot -dot-reduce
$(addprefix -package ,$(PACKAGES)) \
$(addprefix -I ,$(DIRECTORIES)) \
-dot -dot-reduce
sed -i -e "s/ \(size\|ratio\|rotate\|fontsize\).*$$//" _build/dependencies.dot
dot _build/dependencies.dot -T svg > dependencies.svg
......
......@@ -3,7 +3,10 @@ Popop
Popop_dimacs
Arith
Scheduler_queue
Types
Solver
Conflict
Explanation
Scheduler
Bool
Equality
......@@ -18,6 +21,8 @@ Leftistheap
Exn_printer
Shuffle
Intmap
Intmap_hetero
Vector_hetero
Extmap
Opt
Stdlib
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment