File: Makefile.am

package info (click to toggle)
policyrcd-script-zg2 0.1-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 332 kB
  • sloc: sh: 2,940; makefile: 10
file content (7 lines) | stat: -rw-r--r-- 203 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
sbin_SCRIPTS = zg-policy-rc.d
man_MANS = zg-policy-rc.d.8
CLEANFILES = zg-policy-rc.d.8

%.8: %.pod
	/usr/bin/pod2man --section=8 --release="${PACKAGE} $(VERSION)" --lax \
	--center="${PACKAGE}" $< > $@