[doc] add a simple make file
authorPierre-Yves.David@ens-lyon.org
Wed, 09 May 2012 22:28:52 +0200
changeset 233 9e153a9101c3
parent 232 adb7e29cb2bd
child 234 d32c07269dcd
[doc] add a simple make file
.hgignore
docs/makefile
--- a/.hgignore	Wed May 09 19:02:35 2012 +0200
+++ b/.hgignore	Wed May 09 22:28:52 2012 +0200
@@ -1,4 +1,5 @@
 syntax: re
 /figures/[^/]+\.png$
 ^docs/build/
+^docs/html/
 .pyc$
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/docs/makefile	Wed May 09 22:28:52 2012 +0200
@@ -0,0 +1,6 @@
+
+all: tutorial
+	sphinx-build . html/
+
+tutorial:
+	cp tutorials/tutorial.t tutorials/tutorial.rst