File: rules

package info (click to toggle)
stex 1.2.1%2Bgit20171204.g5e4f0ca-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 604 kB
  • sloc: makefile: 108; sh: 61
file content (17 lines) | stat: -rwxr-xr-x 256 bytes parent folder | download | duplicates (3)
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_build:
	sed -e 's,^STEXLIB=.*,STEXLIB=/usr/share/stex,' Makefile.template > debian/Makefile.template

override_dh_auto_install:
	:

override_dh_auto_clean:
	:

override_dh_auto_test:
	: