meson: make docdir configurable
The debian package wants to install docs to $datadir/doc/i3-wm. related to #4086
This commit is contained in:
4
debian/rules
vendored
4
debian/rules
vendored
@ -14,8 +14,8 @@ 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
|
||||
# Set -Ddocdir; the default is /usr/share/doc/i3
|
||||
dh_auto_configure -- -Ddocdir=/usr/share/doc/i3-wm
|
||||
|
||||
override_dh_builddeb:
|
||||
# bintray does not support xz currently.
|
||||
|
Reference in New Issue
Block a user