From 212a408d4bb1c45068bc6c57fbc0830a5a0339d8 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Tue, 8 Nov 2016 19:21:53 +0100 Subject: [PATCH] debian: install docs to usr/share/doc/i3-wm --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/rules b/debian/rules index e119f260..e4da3db8 100755 --- a/debian/rules +++ b/debian/rules @@ -13,5 +13,9 @@ override_dh_strip: override_dh_auto_test: # TODO: enable tests +override_dh_auto_configure: + # The default is /usr/share/doc/i3 + dh_auto_configure -- --docdir=/usr/share/doc/i3-wm + %: dh $@ --parallel --builddirectory=build --with=autoreconf