aboutsummaryrefslogtreecommitdiff
path: root/doc/makefile
blob: 31b790d4c73823545bcdeee57e8d077cf9a136f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# file      : doc/makefile
# copyright : Copyright (c) 2013-2017 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)