diff --git a/Makefile b/Makefile index f2ab6e3..b8c9e9d 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,10 @@ tests: install: all ocamlfind install $(NAME) META $(INSTALL) +push_doc: all + scp -r sequence.docdir/ cedeela.fr:~/simon/root/software/sequence/ + clean: ocamlbuild -clean -.PHONY: all clean tests benchs +.PHONY: all clean tests benchs push_doc diff --git a/README.md b/README.md index 55441f1..17febb3 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ structure used in the monadic parser combinators part of `examples/sexpr.ml`. Documentation ============= -See [the online API](http://c-cube.github.com/sequence/api/). +See [the online API](http://cedeela.fr/~simon/software/sequence/Sequence.html). License =======