File: rules

package info (click to toggle)
ttmkfdir 3.0.9-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 184 kB
  • ctags: 262
  • sloc: cpp: 1,836; lex: 225; makefile: 58
file content (15 lines) | stat: -rwxr-xr-x 434 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#! /usr/bin/make -f
#
#	Build script for the ttmkfdir package.
#	Using Common Debian Build System (CDBS).
#

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/makefile.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk

DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(DEB_DESTDIR)

common-install-arch::
	dh_installdirs usr/share/man/man1
	install -m 644 debian/ttmkfdir.1 $(DEB_DESTDIR)/usr/share/man/man1