This commit is contained in:
Simon Cruanes 2015-09-23 18:20:12 +02:00
parent 044cbf0c20
commit 0ff7bef8ad
2 changed files with 2 additions and 2 deletions

View file

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

View file

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