Mercurial > evolve
annotate docs/makefile @ 250:5e47d361206a
[doc] Specify that tuto hg configuration is used for testing.
author | Damien Garaud <damien.garaud@logilab.fr> |
---|---|
date | Fri, 25 May 2012 19:51:32 +0200 |
parents | 1fc4299ca8e2 |
children | 41688ca951e7 |
rev | line source |
---|---|
233 | 1 |
2 all: tutorial | |
242
1fc4299ca8e2
[doc] change doc generation directory
Pierre-Yves.David@ens-lyon.org
parents:
235
diff
changeset
|
3 sphinx-build . ../html/ |
233 | 4 |
5 tutorial: | |
235
8469ccb9550f
[doc] add `.t` to `.rst` converteur
Pierre-Yves.David@ens-lyon.org
parents:
233
diff
changeset
|
6 python test2rst.py tutorials/ |