File: rules

package info (click to toggle)
perlbrew 0.78-1%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 708 kB
  • sloc: perl: 6,291; makefile: 6
file content (9 lines) | stat: -rwxr-xr-x 200 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	dh_auto_build
	pod2man --utf8 --name App::perlbrew --section 3pm $(CURDIR)/blib/lib/App/perlbrew.pm \
		> $(CURDIR)/blib/man3/App::perlbrew.3pm