Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
debian/rules: explicitly enable building manpages
Browse files Browse the repository at this point in the history
This fixes a build failure in dh_installwms.

fixes #4136
  • Loading branch information
stapelberg committed Oct 28, 2020
1 parent e54e88b commit 5c565d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ override_dh_autoreconf:

override_dh_auto_configure:
# Set -Ddocdir; the default is /usr/share/doc/i3
dh_auto_configure -- -Ddocdir=/usr/share/doc/i3-wm
dh_auto_configure -- -Ddocdir=/usr/share/doc/i3-wm -Dmans=true

override_dh_builddeb:
# bintray does not support xz currently.
Expand Down

0 comments on commit 5c565d0

Please sign in to comment.