Skip to content
Snippets Groups Projects
Commit e8d9d9ec authored by aviau's avatar aviau Committed by Guillaume Roguez
Browse files

Generate texinfo documentation

The docs target will now generate documentation in the texinfo format
in docs/build/texinfo.

Change-Id: I9c81bc2c2fd34e16320c6044052cb2040cdafe04
Tuleap: #766
parent e092afcd
No related branches found
No related tags found
No related merge requests found
.PHONY: docs
docs: env
env/bin/sphinx-build -b html docs/source docs/build/html
env/bin/sphinx-build -b texinfo docs/source docs/build/texinfo
env:
virtualenv env
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment