Document the current features of cutechess-cli.
[sloppygui.git] / cutechess.pro
blob9315bcb4bcecdf6314d99ef497e49cbe8d876b52
1 TEMPLATE = subdirs
2 SUBDIRS = projects
4 # API documentation (Doxygen)
5 doc-api.commands = doxygen docs/api/api.doxygen
6 QMAKE_EXTRA_TARGETS += doc-api
8 # man documentation
9 unix:doc-man.commands += a2x -f manpage docs/cutechess.txt;
10 unix:doc-man.commands += a2x -f manpage docs/cutechess-cli.txt
11 unix:QMAKE_EXTRA_TARGETS += doc-man
13 # html documentation
14 unix:doc-html.commands += a2x -f xhtml docs/cutechess.txt;
15 unix:doc-html.commands += a2x -f xhtml docs/cutechess-cli.txt
16 unix:QMAKE_EXTRA_TARGETS += doc-html