File: rules

package info (click to toggle)
dhelp 0.6.20%2Bnmu1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 416 kB
  • sloc: ruby: 1,054; perl: 370; sh: 109; makefile: 51
file content (13 lines) | stat: -rwxr-xr-x 479 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
#
# Invoke each target with `./debian/rules <target>'.  All targets should be
# invoked with the package root as the current directory.

DEB_MAKE_INSTALL_TARGET    = install DESTDIR=$(DEB_DESTDIR) PREFIX=/usr
DEB_INSTALL_MANPAGES_dhelp = man/dhelp*
DEB_INSTALL_EXAMPLES_dhelp = examples/*
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/makefile.mk

install/dhelp::
	cp apache-dhelp.conf debian/dhelp/etc/apache2/conf.d/dhelp.conf