File: rules

package info (click to toggle)
chktex 1.7.9-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,124 kB
  • sloc: ansic: 4,626; sh: 527; makefile: 326; perl: 150
file content (21 lines) | stat: -rwxr-xr-x 377 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

# Ensure texlive respects SOURCE_DATE_EPOCH
export FORCE_SOURCE_DATE=1

# Prevent FTBFS when TERM is not set
export TERM=linux

%:
	dh $@

override_dh_auto_build:
	dh_auto_build
	# create documentation
	# build html documentation
	$(MAKE) html