File: rules

package info (click to toggle)
dictionary-el 1.8.7-15
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 232 kB
  • sloc: lisp: 1,266; makefile: 127; sh: 71
file content (11 lines) | stat: -rwxr-xr-x 203 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
instdir=debian/dictionary-el/usr/share/emacs/site-lisp/dictionary-el

%:
	dh $@

override_dh_auto_build: ;

override_dh_install:
	install -m644 *.el $(instdir)
	rm $(instdir)/lpath.el