File: rules

package info (click to toggle)
notmuch 0.3.1%2Bsqueeze1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,240 kB
  • ctags: 1,234
  • sloc: ansic: 5,246; cpp: 2,868; lisp: 2,370; sh: 1,278; python: 1,210; makefile: 124; csh: 2
file content (17 lines) | stat: -rwxr-xr-x 515 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --emacslispdir=/usr/share/emacs/site-lisp/notmuch

override_dh_installdocs:
	dh_installdocs
	install -m644 vim/README debian/notmuch/usr/share/doc/notmuch/README.vim

override_dh_install:
	dh_install
	install -m644 vim/plugin/notmuch.vim debian/notmuch/usr/share/vim/addons/plugin
	install -m644 vim/syntax/notmuch-*.vim debian/notmuch/usr/share/vim/addons/syntax
	install -m644 vim/notmuch.yaml debian/notmuch/usr/share/vim/registry