File: rules

package info (click to toggle)
pdfsandwich 0.1.7-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 188 kB
  • sloc: ml: 946; sh: 318; makefile: 142; perl: 110
file content (13 lines) | stat: -rwxr-xr-x 241 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
%:
	dh $@

override_dh_auto_configure:
	./configure --prefix=/usr/


override_dh_auto_clean:
	[ -e makefile.installprefix ] && make clean || exit 0

override_dh_installdocs:
	dh_installdocs -Xchangelog2deb.pl -Xmanual.txt