[go: up one dir, main page]

Menu

[513468]: / Makefile.am  Maximize  Restore  History

Download this file

14 lines (8 with data), 317 Bytes

 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 $^ > $@