File: rules

package info (click to toggle)
doc-base 0.10.8
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 600 kB
  • sloc: perl: 1,808; xml: 1,131; makefile: 203; sh: 99
file content (20 lines) | stat: -rwxr-xr-x 447 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f
# $Id: rules 219 2011-02-24 22:34:36Z robert $


binary binary-indep build build-indep clean:
	dh $@

binary-arch build-arch: # Nothing to do

override_dh_installdocs:
	dh_installdocs -X doc-base.debhelper.log -X doc-base.substvars -X doc-base

override_dh_perl:
	dh_perl -d

.PHONY: clean                                   \
	build-indep   build-arch   build        \
	binary-indep  binary-arch  binary

DEFAULT_GOAL := binary