File: rules

package info (click to toggle)
dpmb 0~2023.03.11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,280 kB
  • sloc: xml: 78; makefile: 75; sh: 6
file content (17 lines) | stat: -rwxr-xr-x 379 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

P=$(shell dh_listpackages)

%:
	dh $@

override_dh_auto_build:
	dh_auto_build -- allinone.html pdf epub mobi

override_dh_compress:
	dh_compress -X.pdf -X.mobi

# Don't run epubcheck during build to avoid tons of additional
# build-dependencies. Build-profiles would be an option, but are only
# supported from Debian 8 Jessie onwards.
override_dh_auto_test: