Initial checking for typhoon chess engine documentation.
[typhoon-doc.git] / Makefile
1 [email protected]
2
3 DOC?= typhoon
4
5 FORMATS?= html ps pdf txt rtf
6
7 INSTALL_COMPRESSED?= 
8 INSTALL_ONLY_COMPRESSED?=
9
10 SRCS=  typhoon.sgml
11 DOC_PREFIX?= /usr/doc
12 WWW_ROOT?= /usr/local/www/data/scott
13 TARGETS= typhoon.html typhoon.txt typhoon.ps typhoon.rtf typhoon.pdf
14
15 clean:
16         /bin/rm -f *.tex *.dvi *.css *.aux *.log *.out *~ $(TARGETS)
17
18 install: $(TARGETS) docbook.css
19         /bin/cp -f docbook.css $(TARGETS) $(WWW_ROOT)/hobbies/chess
20
21 .include "${DOC_PREFIX}/share/mk/doc.project.mk"