From: Jean Privat Date: Thu, 17 Feb 2011 15:27:17 +0000 (-0500) Subject: doc: Makefile and README X-Git-Tag: v0.4~5^2~1 X-Git-Url: http://nitlanguage.org doc: Makefile and README Signed-off-by: Jean Privat --- diff --git a/doc/Makefile b/doc/Makefile new file mode 100644 index 0000000..500c646 --- /dev/null +++ b/doc/Makefile @@ -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 index 0000000..6b4c50a --- /dev/null +++ b/doc/README @@ -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. + +