summaryrefslogtreecommitdiff
path: root/api/Makefile
blob: 810d1e47d78dc01dc6857534aaa0c29b06113ed9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
all: web man webman

web: jsapi.html

man: dwb-js.7

webman: jsapi.7.html

jsapi.html: jsapi.txt
	asciidoc -b html5 -a toc2 $<

jsapi.7.html: jsapi.7.txt
	asciidoc -b html5 -a toc2 $<

dwb-js.7: jsapi.7.txt
	a2x -v --doctype manpage --format manpage $<