File: rules

package info (click to toggle)
avy 0.4.0%2Bgit20190328.85b5d574-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 204 kB
  • sloc: lisp: 1,883; makefile: 19
file content (9 lines) | stat: -rwxr-xr-x 183 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

%:
	dh $@ --parallel --with elpa

override_dh_auto_install:
	emacs doc/Changelog.org --batch -f org-ascii-export-to-ascii --kill

.PHONY: override_dh_auto_install