10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-25 22:52:15 +02:00

Prepare for documentation

This commit is contained in:
Anthony Scemama 2014-10-27 01:23:04 +01:00
parent ff30a9d501
commit dbe4ecee18
2 changed files with 5 additions and 3 deletions

View File

@ -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)

View File

@ -1,3 +1,2 @@
true: package(core,sexplib.syntax,cryptokit)
true: thread