summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 27ec4325a582b9fc0274ef336dcabb172742cd30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SUBDIRS = src doc

EXTRA_DIST = autogen.sh TODO DEVICES.txt dfuse-pack.py

wwwman: www/dfu-util.1.html www/dfu-suffix.1.html www/dfu-prefix.1.html

www/%.1.html : doc/%.1
	pandoc -f man -t html -s -o $@ $^

pdfman: dfu-util.1.man.pdf dfu-prefix.1.man.pdf dfu-suffix.1.man.pdf

%.1.man.pdf: doc/%.1
	man -Tpdf $^ > $@