push documentation to private server

This commit is contained in:
Simon Cruanes 2013-05-28 14:02:55 +02:00
parent dcd5b2fa44
commit 1a6129fc36
2 changed files with 5 additions and 2 deletions

View file

@ -18,7 +18,10 @@ tests:
install: all install: all
ocamlfind install $(NAME) META $(INSTALL) ocamlfind install $(NAME) META $(INSTALL)
push_doc: all
scp -r sequence.docdir/ cedeela.fr:~/simon/root/software/sequence/
clean: clean:
ocamlbuild -clean ocamlbuild -clean
.PHONY: all clean tests benchs .PHONY: all clean tests benchs push_doc

View file

@ -43,7 +43,7 @@ structure used in the monadic parser combinators part of `examples/sexpr.ml`.
Documentation 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 License
======= =======