File: rules

package info (click to toggle)
biber 2.18-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 12,372 kB
  • sloc: perl: 16,978; sh: 1,095; xml: 895; makefile: 10
file content (18 lines) | stat: -rwxr-xr-x 401 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

TEST_FILES=$(filter-out t/remote-files.t,$(shell echo t/*.t))

TEXMFVAR := $(shell mktemp -d)
export TEXMFVAR

%:
	dh $@ --with tex

override_dh_auto_build:
	dh_auto_build
	# Build biber.pdf using utc timezone
	lualatex --utc --output-directory=doc doc/biber.tex

override_dh_auto_test:
	: do nothing here, otherwise test suite is run.
	#dh_auto_test -- test_files="$(TEST_FILES)"