aboutsummaryrefslogtreecommitdiff
path: root/doc/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-05-12 15:53:21 -0700
committerBoris Kolpackov <boris@codesynthesis.com>2014-05-12 15:53:21 -0700
commit99b98c43b71501854ed930fb1ec5bcebc7cf57a5 (patch)
tree62658b97b0e22cb61db1c1cf6c2ea3993b24da20 /doc/makefile
parent327b83af176df8baa026f3c5df72aa3f77c21b27 (diff)
Add introduction documentation
Diffstat (limited to 'doc/makefile')
-rw-r--r--doc/makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/makefile b/doc/makefile
new file mode 100644
index 0000000..a40e0bf
--- /dev/null
+++ b/doc/makefile
@@ -0,0 +1,18 @@
+# file : doc/makefile
+# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+# license : MIT; see accompanying LICENSE file
+
+include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make
+
+dist := $(out_base)/.dist
+
+# Dist.
+#
+$(dist): data_dist := default.css intro.xhtml
+$(dist): export html_docs := $(data_dist)
+$(dist):
+ $(call dist-data,$(html_docs))
+ $(call meta-automake)
+
+$(call include,$(bld_root)/dist.make)
+$(call include,$(bld_root)/meta/automake.make)