File: Makefile.am

package info (click to toggle)
dfu-util 0.11-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 760 kB
  • sloc: ansic: 3,266; sh: 1,242; python: 235; makefile: 52; xml: 20
file content (17 lines) | stat: -rw-r--r-- 468 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SUBDIRS = src doc

EXTRA_DIST = autogen.sh TODO DEVICES.txt dfuse-pack.py \
             net.sourceforge.dfu_util.metainfo.xml

dist_metainfo_DATA = net.sourceforge.dfu_util.metainfo.xml
metainfodir = $(datarootdir)/metainfo

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