File: rules

package info (click to toggle)
chktex 1.7.8-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,496 kB
  • sloc: ansic: 4,617; sh: 516; makefile: 325; perl: 150
file content (19 lines) | stat: -rwxr-xr-x 328 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

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

# 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