mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
build doc for containers_string; fix upload of docs
This commit is contained in:
parent
13634950b1
commit
b54068edc1
2 changed files with 10 additions and 0 deletions
2
Makefile
2
Makefile
|
|
@ -49,6 +49,8 @@ examples: all
|
|||
|
||||
push_doc: doc
|
||||
scp -r containers.docdir/* cedeela.fr:~/simon/root/software/containers/
|
||||
scp -r containers_string.docdir/* cedeela.fr:~/simon/root/software/containers/string/
|
||||
scp -r containers_misc.docdir/* cedeela.fr:~/simon/root/software/containers/misc/
|
||||
|
||||
DONTTEST=myocamlbuild.ml setup.ml
|
||||
QTESTABLE=$(filter-out $(DONTTEST), \
|
||||
|
|
|
|||
8
_oasis
8
_oasis
|
|
@ -113,6 +113,14 @@ Document containers_misc
|
|||
XOCamlbuildPath: .
|
||||
XOCamlbuildLibraries: containers.misc
|
||||
|
||||
Document containers_string
|
||||
Title: Containers_string docs
|
||||
Type: ocamlbuild (0.3)
|
||||
BuildTools+: ocamldoc
|
||||
Install: true
|
||||
XOCamlbuildPath: .
|
||||
XOCamlbuildLibraries: containers.string
|
||||
|
||||
Executable benchs
|
||||
Path: tests/
|
||||
Install: false
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue