File: rules

package info (click to toggle)
emacs-pod-mode 1.03-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 192 kB
  • sloc: lisp: 560; makefile: 10; perl: 2
file content (15 lines) | stat: -rwxr-xr-x 234 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

include /usr/share/dpkg/pkg-info.mk
export DEB_VERSION_UPSTREAM

%:
	dh $@ --with elpa

override_dh_auto_build:
	pod2readme lib/Emacs/PodMode.pm
	dh_auto_build

override_dh_auto_clean:
	rm -f README
	dh_auto_clean