Fixed docs generation
This commit is contained in:
parent
826d871285
commit
49e65580cd
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -24,6 +24,7 @@ doc-html:
|
||||||
@cp doc/_build/html/*.html docs/html/
|
@cp doc/_build/html/*.html docs/html/
|
||||||
@cp doc/_build/html/*.js docs/html/
|
@cp doc/_build/html/*.js docs/html/
|
||||||
@cp -r doc/_build/html/_static/ docs/html/
|
@cp -r doc/_build/html/_static/ docs/html/
|
||||||
|
@cp -r doc/_build/html/ext/ docs/html/
|
||||||
|
|
||||||
doc-man:
|
doc-man:
|
||||||
@echo 'Generating manpage'
|
@echo 'Generating manpage'
|
||||||
|
@ -38,3 +39,6 @@ doc-latexpdf:
|
||||||
@mkdir -p docs/pdf
|
@mkdir -p docs/pdf
|
||||||
@echo 'Copying pdf to into docs dir'
|
@echo 'Copying pdf to into docs dir'
|
||||||
@cp doc/_build/latex/*.pdf docs/pdf/
|
@cp doc/_build/latex/*.pdf docs/pdf/
|
||||||
|
|
||||||
|
publish: sdist
|
||||||
|
python setup.py register upload
|
||||||
|
|
Loading…
Reference in a new issue