summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-12-26 16:55:50 +0000
committerSean Whitton <spwhitton@spwhitton.name>2017-12-26 16:56:16 +0000
commitaad8e01a8ae99d9185a0ba697f97b16b30d73b62 (patch)
tree30c94f11eb7b9e28fe5353e4fa30c80e768b86be /debian/rules
parent8a9eab32646abcaaf31fe83b2d897c01971b98f1 (diff)
initial Debianisation
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 00000000..0343b2fd
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,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