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

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

# 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

override_dh_compress:
	dh_compress -Xsearch_index.json -Xhtml/