summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
blob: 7dffb6877a9a48f7cdac214e0664bf9f3802b410 (plain)
1
2
3
4
5
6
7
man_MANS = dfu-util.1 dfu-suffix.1 dfu-prefix.1
EXTRA_DIST = .
dist-hook:
	rm $(distdir)/Makefile

%.1 : %.1.md
	pandoc $< -s -t man > $@