File: Makefile

package info (click to toggle)
debsums 3.0.2.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 576 kB
  • sloc: perl: 995; sh: 59; makefile: 19
file content (21 lines) | stat: -rw-r--r-- 369 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
all: build

build:
	@echo debsums has nothing to build.

install:
	cd man && po4a po4a.cfg

clean:
	cd man && po4a --no-translations po4a.cfg
	find man -type d -empty -delete

test:
	prove -v

determine-coverage:
	cover -delete
	prove --exec 'env PERL5OPT=-MDevel::Cover=-ignore_re,^t/|parsechangelog perl -T' t/*.t

cover: determine-coverage
	cover -report html_basic