mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-05 19:00:31 -05:00
fix doc
This commit is contained in:
parent
044cbf0c20
commit
0ff7bef8ad
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -53,7 +53,7 @@ examples: all
|
||||||
ocamlbuild $(OPTIONS) -package unix -I . $(EXAMPLES)
|
ocamlbuild $(OPTIONS) -package unix -I . $(EXAMPLES)
|
||||||
|
|
||||||
push_doc: doc
|
push_doc: doc
|
||||||
scp -r containers.docdir/* cedeela.fr:~/simon/root/software/containers/
|
rsync -tavu containers.docdir/* cedeela.fr:~/simon/root/software/containers/
|
||||||
|
|
||||||
DONTTEST=myocamlbuild.ml setup.ml $(wildcard src/**/*.cppo.*)
|
DONTTEST=myocamlbuild.ml setup.ml $(wildcard src/**/*.cppo.*)
|
||||||
QTESTABLE=$(filter-out $(DONTTEST), \
|
QTESTABLE=$(filter-out $(DONTTEST), \
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
{2 Change Log}
|
{2 Change Log}
|
||||||
|
|
||||||
See {{: https://github.com/c-cube/ocaml-containers/blob/master/CHANGELOG.md } this file}
|
See {{: https://github.com/c-cube/ocaml-containers/blob/master/CHANGELOG.adoc } this file}
|
||||||
|
|
||||||
{2 License}
|
{2 License}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue