File: rules

package info (click to toggle)
auto-multiple-choice 1.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 59,992 kB
  • sloc: perl: 24,332; xml: 23,485; cpp: 1,810; python: 827; makefile: 512; sh: 229; 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) ; )