From 0ff7bef8adc1a9c9098f5108ec915dd6254219aa Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Wed, 23 Sep 2015 18:20:12 +0200 Subject: [PATCH] fix doc --- Makefile | 2 +- doc/intro.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 28add908..25526672 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ examples: all ocamlbuild $(OPTIONS) -package unix -I . $(EXAMPLES) 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.*) QTESTABLE=$(filter-out $(DONTTEST), \ diff --git a/doc/intro.txt b/doc/intro.txt index 05b4cd88..75275dbd 100644 --- a/doc/intro.txt +++ b/doc/intro.txt @@ -2,7 +2,7 @@ {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}