summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 58ef3e4f8a840f68912f4ac0bcbae389a1e3489e (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh $@ --with elpa --with linktree

# mkdocs under python3 needs a UTF locale or Click gives up
override_dh_auto_build:
	LANG=C.UTF-8 LC_ALL=C.UTF-8 mkdocs build --clean

override_dh_installdocs:
	dh_installdocs -X__pycache__ --link-doc=elpa-cider