File: rules

package info (click to toggle)
projectile 2.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,388 kB
  • sloc: lisp: 7,107; makefile: 11
file content (18 lines) | stat: -rwxr-xr-x 482 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

export EMACS_INHIBIT_AUTOMATIC_NATIVE_COMPILATION := t

%:
	dh $@ --with elpa

# We build html manual from asciidoc using asciidoctor
override_dh_auto_build:
	find doc -type f -name *.adoc -print0 | \
	xargs -0 asciidoctor -S secure -a webfonts!

override_dh_elpa_test:
	buttercup -L . \
	--eval "(with-eval-after-load 'comp (push 'insert-file-contents native-comp-never-optimize-functions))"

override_dh_installchangelogs:
	dh_installchangelogs -XCHANGELOG.md