summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorScott Gasch <[email protected]>2016-06-01 20:32:18 -0700
committerScott Gasch <[email protected]>2016-06-01 20:32:18 -0700
commitaea87c10177d2a8263ba0cc46f7ca71408bb9d0d (patch)
treee408f41e61a53fed304dce2085e7366c4c8039e6 /Makefile
Initial checking for typhoon chess engine documentation.HEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..800ada1
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,21 @@
+
+DOC?= typhoon
+
+FORMATS?= html ps pdf txt rtf
+
+INSTALL_COMPRESSED?=
+INSTALL_ONLY_COMPRESSED?=
+
+SRCS= typhoon.sgml
+DOC_PREFIX?= /usr/doc
+WWW_ROOT?= /usr/local/www/data/scott
+TARGETS= typhoon.html typhoon.txt typhoon.ps typhoon.rtf typhoon.pdf
+
+clean:
+ /bin/rm -f *.tex *.dvi *.css *.aux *.log *.out *~ $(TARGETS)
+
+install: $(TARGETS) docbook.css
+ /bin/cp -f docbook.css $(TARGETS) $(WWW_ROOT)/hobbies/chess
+
+.include "${DOC_PREFIX}/share/mk/doc.project.mk"