mirror of
https://github.com/c-cube/iter.git
synced 2025-12-06 03:05:29 -05:00
push documentation to private server
This commit is contained in:
parent
dcd5b2fa44
commit
1a6129fc36
2 changed files with 5 additions and 2 deletions
5
Makefile
5
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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
=======
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue