File: rules

package info (click to toggle)
hl-todo-el 3.8.3-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 152 kB
  • sloc: lisp: 768; makefile: 51
file content (12 lines) | stat: -rwxr-xr-x 215 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

%:
	dh $@ --with elpa

override_dh_auto_build:
	@echo skipping upstream build

override_dh_auto_install:
	@echo skipping upstream install

.PHONY: override_dh_auto_build override_dh_auto_install