File: rules

package info (click to toggle)
boot-info-script 0.61-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 192 kB
  • ctags: 24
  • sloc: sh: 1,853; makefile: 8
file content (17 lines) | stat: -rwxr-xr-x 449 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
# -*- makefile -*-

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

%:
	dh $@ 


override_dh_auto_build:
	asciidoc -d manpage -b docbook bootinfoscript.8.txt
	xsltproc --nonet --novalid /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl bootinfoscript.8.xml

override_dh_auto_install:
	mkdir -p debian/boot-info-script/usr/sbin
	install -T bootinfoscript debian/boot-info-script/usr/sbin/bootinfoscript