it's better to group man pages in a separate sub-folder in case we add alternative doc formats in the future, or if we add additional man pages. This also allows to read man pages directly from the source tree, e.g. via `export MANPATH=Doc/man`, or `man -M Doc/man ttx`
21 lines
723 B
Plaintext
21 lines
723 B
Plaintext
include README.md
|
|
include LICENSE
|
|
include NEWS
|
|
include Snippets/*.py
|
|
include Snippets/README.md
|
|
include MetaTools/*.py
|
|
include Lib/fontTools/ttLib/tables/table_API_readme.txt
|
|
|
|
include *requirements.txt
|
|
include tox.ini
|
|
include run-tests.sh
|
|
|
|
recursive-include Doc/man/man1 *.1
|
|
|
|
recursive-include Lib/fontTools testdata/*.ttx testdata/*.otx testdata/*.fea
|
|
recursive-include Lib/fontTools testdata/*.txt testdata/*.ttx.*
|
|
recursive-include Lib/fontTools testdata/mti/*.txt testdata/mti/*.ttx.*
|
|
recursive-include Lib/fontTools testdata/mti/*.ttx testdata/mti/README
|
|
recursive-include Lib/fontTools testdata/*.lwfn testdata/*.pfa testdata/*.pfb
|
|
recursive-include Lib/fontTools testdata/*.xml testdata/*.designspace testdata/*.bin
|