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:
|
executables:
|
||||||
$(MAKE) -C $(QPACKAGE_ROOT)/data executables
|
$(MAKE) -C $(QPACKAGE_ROOT)/data executables
|
||||||
|
|
||||||
%.odoc: $(MLFILES)
|
qpackage.odocl: $(MLIFILES)
|
||||||
$(OCAMLBUILD) $*.odoc -use-ocamlfind $(PKGS)
|
ls $(MLIFILES) | sed "s/\.mli//" > qpackage.odocl
|
||||||
|
|
||||||
|
doc: qpackage.odocl
|
||||||
|
$(OCAMLBUILD) qpackage.docdir/index.html -use-ocamlfind $(PKGS)
|
||||||
|
|
||||||
%.inferred.mli: $(MLFILES)
|
%.inferred.mli: $(MLFILES)
|
||||||
$(OCAMLBUILD) $*.inferred.mli -use-ocamlfind $(PKGS)
|
$(OCAMLBUILD) $*.inferred.mli -use-ocamlfind $(PKGS)
|
||||||
|
@ -1,3 +1,2 @@
|
|||||||
true: package(core,sexplib.syntax,cryptokit)
|
true: package(core,sexplib.syntax,cryptokit)
|
||||||
true: thread
|
true: thread
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user