File: rules

package info (click to toggle)
debianbuttons 1.9-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 160 kB
  • sloc: makefile: 31; sh: 17
file content (17 lines) | stat: -rwxr-xr-x 430 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
# -*- makefile -*-

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

TMP := debian/xul-ext-debianbuttons

%:
	dh $@ --with xul-ext --buildsystem=xul_ext

override_dh_auto_install:
	dh_auto_install
	rm $(TMP)/usr/share/xul-ext/debianbuttons/Makefile
	rm $(TMP)/usr/share/xul-ext/debianbuttons/build
	rm $(TMP)/usr/share/xul-ext/debianbuttons/README
	rm $(TMP)/usr/share/xul-ext/debianbuttons/TODO