website: learn to build the sphinx documentation

Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Nicolas Sebrecht
2015-03-10 05:19:59 +01:00
parent f46f08ecf8
commit 7c7e7f92b1
7 changed files with 259 additions and 9 deletions

View File

@ -35,7 +35,8 @@ clean:
-find . -name '*.pygc' -exec rm -f {} \;
-find . -name '*.class' -exec rm -f {} \;
-find . -name '.cache*' -exec rm -f {} \;
-find . -name '*.html' -exec rm -f {} \;
# Care with that. We have html in subdirs we want to keep.
-find ./docs -name '*.html' -exec rm -f {} \;
-rm -f manpage.links manpage.refs
-find . -name auth -exec rm -vf {}/password {}/username \;
@$(MAKE) -C docs clean