summaryrefslogtreecommitdiff
path: root/doc/Makefile
blob: 8a794a08951ca57136ae7fa3fa92f6eceea34526 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 $<