mirror of
https://github.com/LCPQ/quantum_package
synced 2025-01-03 10:05:57 +01:00
Prepare for documentation
This commit is contained in:
parent
ff30a9d501
commit
dbe4ecee18
@ -24,8 +24,11 @@ default: $(ALL_TESTS) $(ALL_EXE)
|
||||
executables:
|
||||
$(MAKE) -C $(QPACKAGE_ROOT)/data executables
|
||||
|
||||
%.odoc: $(MLFILES)
|
||||
$(OCAMLBUILD) $*.odoc -use-ocamlfind $(PKGS)
|
||||
qpackage.odocl: $(MLIFILES)
|
||||
ls $(MLIFILES) | sed "s/\.mli//" > qpackage.odocl
|
||||
|
||||
doc: qpackage.odocl
|
||||
$(OCAMLBUILD) qpackage.docdir/index.html -use-ocamlfind $(PKGS)
|
||||
|
||||
%.inferred.mli: $(MLFILES)
|
||||
$(OCAMLBUILD) $*.inferred.mli -use-ocamlfind $(PKGS)
|
||||
|
@ -1,3 +1,2 @@
|
||||
true: package(core,sexplib.syntax,cryptokit)
|
||||
true: thread
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user