File: rules

package info (click to toggle)
gle-graphics-manual 0~20221108-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,852 kB
  • sloc: perl: 64; makefile: 11
file content (17 lines) | stat: -rwxr-xr-x 316 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

#export DH_VERBOSE = 1

%:
	dh $@

override_dh_auto_clean:
	dh_auto_clean
	-rm fonttest/*pdf
	-rm fonttest/extrafonts.tex 

override_dh_auto_build:
	make         # all: fig fonts pdf defs.tex
	make index   # generate index
	# tex it again to get the references right
	make pdf     # just the pdf