doc: Makefile and README
authorJean Privat <jean@pryen.org>
Thu, 17 Feb 2011 15:27:17 +0000 (10:27 -0500)
committerJean Privat <jean@pryen.org>
Thu, 17 Feb 2011 16:11:19 +0000 (11:11 -0500)
Signed-off-by: Jean Privat <jean@pryen.org>

doc/Makefile [new file with mode: 0644]
doc/README [new file with mode: 0644]

diff --git a/doc/Makefile b/doc/Makefile
new file mode 100644 (file)
index 0000000..500c646
--- /dev/null
@@ -0,0 +1,4 @@
+all:
+       rubber --pdf --inplace nitreference/nitreference.tex
+       rubber --pdf --inplace developpez/nit.tex
+
diff --git a/doc/README b/doc/README
new file mode 100644 (file)
index 0000000..6b4c50a
--- /dev/null
@@ -0,0 +1,8 @@
+This directory contains various documentation for Nit
+
+* advanced_options [TXT]: documentation for advanced options of the compiler and run-time execution.
+* developpez [LaTeX/PDF]: a French documentation "Développez en Nit". 
+* nitreference [LaTeX/PDF]: the Nit language reference.
+* stdlib [HTML]: Autodocumentation for the Nit standard library.
+
+