File: rules

package info (click to toggle)
bspwm 0.9.10-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 832 kB
  • sloc: ansic: 11,966; sh: 336; makefile: 82; python: 38
file content (18 lines) | stat: -rwxr-xr-x 322 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

export ZSHCPL=/usr/share/zsh/vendor-completions
export PREFIX=/usr

%:
	dh $@

override_dh_auto_clean:
	dh_auto_clean

	rm -rf *.o

override_dh_auto_install:
	dh_auto_install

	rm -rf ${CURDIR}/debian/bspwm/usr/share/doc/bspwm/INSTALL.md
	rm -rf ${CURDIR}/debian/bspwm/usr/share/doc/bspwm/CHANGELOG.md