2010-04-07 13:43:35 +00:00
|
|
|
include requirements.txt
|
|
|
|
|
include NOTICES.txt
|
|
|
|
|
include README.txt
|
|
|
|
|
include CREDITS.txt
|
|
|
|
|
include LICENSE.txt
|
|
|
|
|
|
|
|
|
|
recursive-include categories *.html *.txt *.json *.html
|
2012-02-06 18:23:51 +00:00
|
|
|
recursive-include categories/static *.html *.gif *.png *.css *.txt *.js
|
2012-02-07 18:07:23 +00:00
|
|
|
recursive-include categories/editor *.html *.gif *.png *.css *.js
|
2010-04-07 13:43:35 +00:00
|
|
|
|
|
|
|
|
recursive-include doc_src *.rst *.txt *.png *.css *.html *.js
|
2021-12-12 14:31:36 +00:00
|
|
|
recursive-exclude doc_src/_build *.*
|
2010-04-07 13:43:35 +00:00
|
|
|
include doc_src/Makefile
|
|
|
|
|
include doc_src/make.bat
|
2011-08-19 14:56:58 +00:00
|
|
|
|
2012-09-02 14:03:58 +00:00
|
|
|
recursive-include categories/locale *.mo *.po
|
|
|
|
|
recursive-include categories/editor/locale *.mo *.po
|
2021-12-12 14:31:36 +00:00
|
|
|
recursive-include requirements *.txt
|
2011-08-19 14:56:58 +00:00
|
|
|
prune example
|