File: rules

package info (click to toggle)
auto-multiple-choice 1.7.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 92,612 kB
  • sloc: perl: 26,752; xml: 24,889; cpp: 1,997; python: 895; makefile: 569; sh: 233; ansic: 195
file content (18 lines) | stat: -rwxr-xr-x 412 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
# -*- makefile -*-

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export AMCCONF=deb

%:
	dh $@ --with tex

override_dh_installtex:
	dh_installtex -pauto-multiple-choice-common

override_dh_compress:
	dh_compress -X.pdf

override_dh_installdocs:
	$(foreach suffix,"" "-common" "-doc" "-doc-pdf", \
		dh_installdocs --doc-main-package=auto-multiple-choice -pauto-multiple-choice$(suffix) ; )