Codebase list i3-gaps / 5c565d0
debian/rules: explicitly enable building manpages This fixes a build failure in dh_installwms. fixes #4136 Michael Stapelberg authored 3 years ago Michael Stapelberg committed 3 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1919
2020 override_dh_auto_configure:
2121 # Set -Ddocdir; the default is /usr/share/doc/i3
22 dh_auto_configure -- -Ddocdir=/usr/share/doc/i3-wm
22 dh_auto_configure -- -Ddocdir=/usr/share/doc/i3-wm -Dmans=true
2323
2424 override_dh_builddeb:
2525 # bintray does not support xz currently.