File: rules

package info (click to toggle)
titantools 4.0.11%2Bnotdfsg1-6
  • links: PTS
  • area: non-free
  • in suites: bullseye, buster, stretch
  • size: 120 kB
  • ctags: 23
  • sloc: ansic: 329; makefile: 22; sh: 6
file content (18 lines) | stat: -rwxr-xr-x 347 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

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

%:
	dh $@

override_dh_auto_build:
	$(MAKE) -f Makefile.linux
	/usr/bin/docbook-to-man debian/noshell.sgml > noshell.1
	/usr/bin/docbook-to-man debian/runas.sgml > runas.8

override_dh_clean:
	dh_clean
	-$(MAKE) -f Makefile.linux clean
	-rm -f runas.8 noshell.1