diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..d509bd36 --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ + +%.html: %.adoc + asciidoc $< > $@ + +all: index.html diff --git a/index.adoc b/index.adoc new file mode 100644 index 00000000..72bfab8f --- /dev/null +++ b/index.adoc @@ -0,0 +1,6 @@ += OCaml-containers + +Documentation: + +- link:dev[dev] +- link:0.19[0.19]