File: rules

package info (click to toggle)
magit-forge-el 0.1.0%2Bgit20200714.639ce51-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 488 kB
  • sloc: lisp: 4,735; makefile: 154
file content (10 lines) | stat: -rwxr-xr-x 215 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

LPATH =  -L /usr/share/emacs/site-lisp/elpa-src/closql-1.0.4
LPATH += -L /usr/share/emacs/site-lisp/elpa-src/magit-2.99.0

%:
	dh $@ --with elpa

override_dh_auto_build:
	make LOAD_PATH=$(LPATH)