summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 4299c0751843a27988a96550628adf8a3279419e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

%:
	dh $@ --with elpa

override_dh_auto_build:

override_dh_auto_clean:

override_dh_auto_install:

# don't install bundled version of htmlize.el; depend on elpa-htmlize
# instead.  See Debian Policy 4.13
override_dh_elpa:
	dh_elpa
	rm debian/elpa-org/usr/share/emacs/site-lisp/elpa-src/org-*/htmlize.el