File: rules

package info (click to toggle)
markdown-mode 2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 792 kB
  • ctags: 458
  • sloc: lisp: 6,983; makefile: 26; sh: 25
file content (10 lines) | stat: -rwxr-xr-x 116 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f
%:
	dh $@

override_dh_install:
	dh_install
	dh_elpa

override_dh_auto_test:
	make -C tests test