2008-11-02 16:32:15 -06:00
|
|
|
include README
|
|
|
|
include LICENSE
|
|
|
|
include AUTHORS
|
|
|
|
include CHANGES
|
|
|
|
include EXAMPLES
|
|
|
|
include TODO
|
|
|
|
|
|
|
|
include babel.cfg
|
|
|
|
include Makefile
|
|
|
|
include ez_setup.py
|
|
|
|
include sphinx-build.py
|
|
|
|
include sphinx-quickstart.py
|
|
|
|
|
2008-11-04 12:51:38 -06:00
|
|
|
recursive-include sphinx/texinputs *
|
2008-11-02 16:32:15 -06:00
|
|
|
recursive-include sphinx/templates *.html *.xml
|
2008-11-04 12:51:38 -06:00
|
|
|
recursive-include sphinx/static *
|
|
|
|
recursive-include sphinx/locale *
|
|
|
|
recursive-include tests *
|
|
|
|
recursive-include utils *
|
2008-11-02 16:32:15 -06:00
|
|
|
|
2008-11-04 12:51:38 -06:00
|
|
|
recursive-include doc *
|
2008-11-02 16:32:15 -06:00
|
|
|
prune doc/_build
|