aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules
blob: a1957b3999825772db5b504ced4b14beb74d8a4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/usr/bin/make -f
# -*- makefile -*-

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

%:
	dh $@ 

override_dh_auto_clean:
	dh_auto_clean
	rm -rf .depend
	cd git; if test -e .git; then git clean -ffdx; else make distclean; fi

override_dh_auto_configure:

override_dh_auto_build:
	dh_auto_build -- prefix=/usr all doc

override_dh_auto_test:

override_dh_auto_install:
	dh_auto_install -- prefix=/usr install-doc