From 99b98c43b71501854ed930fb1ec5bcebc7cf57a5 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 12 May 2014 15:53:21 -0700 Subject: Add introduction documentation --- doc/makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/makefile (limited to 'doc/makefile') 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) -- cgit v1.1