File: rules

package info (click to toggle)
libbot-training-perl 0.06-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 152 kB
  • ctags: 9
  • sloc: perl: 175; makefile: 6
file content (11 lines) | stat: -rwxr-xr-x 282 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	dh_auto_build

	# Manify again with --utf8 due to E<AElig>
	pod2man --utf8 --section 3pm blib/lib/Bot/Training.pm > blib/man3/Bot::Training.3pm
	pod2man --utf8 --section 1p blib/script/bot-training > blib/man1/bot-training.1p