summaryrefslogtreecommitdiff
path: root/doc/Makefile
blob: e5e9764f333ebf3118128f58c095d8e6c0111423 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# See COPYING for copyright and license details

all: man web

man: dwb.1 dwbem.1

web: dwb.1.html dwbem.1.html

#dwb.1: dwb.1.txt 
%.1: %.1.txt
	a2x --doctype manpage --format manpage $<

%.1.html: %.1.txt
	asciidoc -b html5 $<