File: rules

package info (click to toggle)
dh-make-drupal 2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 140 kB
  • ctags: 88
  • sloc: ruby: 835; makefile: 9
file content (13 lines) | stat: -rwxr-xr-x 290 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

PACKAGE = dh-make-drupal
BUILDDIR = "$(CURDIR)/debian/$(PACKAGE)"

%:
	dh $@

override_dh_install:
	dh_install
	help2man -s 1 -N ./dh-make-drupal \
		--name='Builds a Debian package for the requested Drupal project' \
		> $(BUILDDIR)/usr/share/man/man1/dh-make-drupal.1