File: rules

package info (click to toggle)
webkit2pdf 0.3-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,604 kB
  • ctags: 291
  • sloc: sh: 11,453; ansic: 670; makefile: 385
file content (12 lines) | stat: -rwxr-xr-x 300 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

DATE=$(shell dpkg-parsechangelog -S Date | date -u +%F -f -)
REL=$(shell dpkg-parsechangelog -S Version | cut -d '-' -f1)
MAN=debian/webkit2pdf

%:
	dh $@ --with autotools_dev

override_dh_auto_configure:
	pod2man -d ${DATE} -r ${REL} -c "" ${MAN}.pod ${MAN}.1
	dh_auto_configure