chiark
/
gitweb
/
~mdw
/
skel
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
skelrc.scala: Add definition for Scala.
[skel]
/
debian
/
rules
1
#! /usr/bin/make -f
2
%:; dh $@ --parallel -Bdebian/build
3
4
override_dh_auto_configure:
5
dh_auto_configure -- --with-lispdir=/usr/share/emacs/site-lisp
6
7
override_dh_auto_build:
8
make -Cdebian/build skel.el
9
10
override_dh_auto_install: