Mercurial > evolve
annotate docs/makefile @ 350:b836862d48b4 stable
[convert] properly exclude null successors from convertion
Old remain of the old way to kill changeset.
author | Pierre-Yves David <pierre-yves.david@logilab.fr> |
---|---|
date | Tue, 10 Jul 2012 16:03:29 +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/ |