File: rules

package info (click to toggle)
with-editor 3.4.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 260 kB
  • sloc: lisp: 757; makefile: 159
file content (11 lines) | stat: -rwxr-xr-x 182 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh $@ --with elpa

override_dh_auto_build:
	@echo Do not run make.  Only build docs.
	make info pdf

override_dh_auto_install:
	@echo do not run make install