summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 0343b2fd7e9a32e5542676fc5d4c6a1893e797d0 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

%:
	dh $@ --with elpa

# 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