File: rules

package info (click to toggle)
pppoeconf 1.22
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 292 kB
  • sloc: sh: 382; makefile: 35
file content (15 lines) | stat: -rwxr-xr-x 268 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@ --sourcedirectory=po

override_dh_installman:
	docbook-to-man pppoeconf.8.sgml > pppoeconf.8
	dh_installman
	rm pppoeconf.8

dh_auto_clean:
	dh_auto_clean -- update-po clean