File: rules

package info (click to toggle)
custom-tab-width 1.0.1-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 100 kB
  • ctags: 3
  • sloc: makefile: 9
file content (13 lines) | stat: -rwxr-xr-x 262 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
%:
	dh --with xul-ext $@

custom-tab-width.xpi:
	zip -r $@ chrome chrome.manifest defaults install.rdf

override_dh_auto_install: custom-tab-width.xpi
	install-xpi custom-tab-width.xpi

override_dh_clean:
	rm -f custom-tab-width.xpi
	dh_clean