File: rules

package info (click to toggle)
muttrc-mode-el 1.2.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 140 kB
  • sloc: lisp: 1,418; makefile: 6
file content (9 lines) | stat: -rwxr-xr-x 195 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

%:
	dh $@ --with elpa

ifeq ($(filter nodoc,$(DEB_BUILD_PROFILES)),)
execute_before_dh_installinfo:
	makeinfo --no-split muttrc-mode.texi -o debian/tmp/muttrc-mode.info
endif