File: rules

package info (click to toggle)
super-save-el 0.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 88 kB
  • sloc: lisp: 86; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 170 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

%:
	dh $@ --with elpa

override_dh_installchangelogs:
	dh_installchangelogs changelog.md
	dh_installchangelogs

.PHONY: override_dh_installchangelogs