[Doc] move man pages to Doc/man/man1 sub-folder
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`
This commit is contained in:
parent
fb6d3f6356
commit
46fdd14bb1
@ -3,7 +3,6 @@ include LICENSE
|
|||||||
include NEWS
|
include NEWS
|
||||||
include Snippets/*.py
|
include Snippets/*.py
|
||||||
include Snippets/README.md
|
include Snippets/README.md
|
||||||
include Doc/ttx.1
|
|
||||||
include MetaTools/*.py
|
include MetaTools/*.py
|
||||||
include Lib/fontTools/ttLib/tables/table_API_readme.txt
|
include Lib/fontTools/ttLib/tables/table_API_readme.txt
|
||||||
|
|
||||||
@ -11,6 +10,8 @@ include *requirements.txt
|
|||||||
include tox.ini
|
include tox.ini
|
||||||
include run-tests.sh
|
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/*.ttx testdata/*.otx testdata/*.fea
|
||||||
recursive-include Lib/fontTools testdata/*.txt testdata/*.ttx.*
|
recursive-include Lib/fontTools testdata/*.txt testdata/*.ttx.*
|
||||||
recursive-include Lib/fontTools testdata/mti/*.txt testdata/mti/*.ttx.*
|
recursive-include Lib/fontTools testdata/mti/*.txt testdata/mti/*.ttx.*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user