File: rules

package info (click to toggle)
gle-graphics-manual 4.3.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,864 kB
  • sloc: perl: 67; makefile: 12
file content (20 lines) | stat: -rwxr-xr-x 421 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f

#export DH_VERBOSE = 1

export FORCE_SOURCE_DATE = 1

%:
	dh $@

override_dh_auto_clean:
	dh_auto_clean
	-rm fonttest/*pdf
	-rm fonttest/extrafonts.tex 
	make -f Makefile.gcc clean

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