From: Andreas Beckmann Date: Sat, 22 Aug 2020 19:42:31 +0000 (+0100) Subject: fix man section X-Git-Tag: archive/raspbian/3.2.1-26+rpi1~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=db8e7af9160417cadb71032d02540a19323f8f6d;p=bumblebee.git fix man section Gbp-Pq: Name man-section.patch --- diff --git a/Makefile.am b/Makefile.am index 25e32d5..db7f22a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -113,7 +113,7 @@ scripts/upstart/bumblebeed.conf: $(srcdir)/scripts/upstart/bumblebeed.conf.in $(do_subst) < $< > $@ if HAVE_HELP2MAN -man_MANS = bumblebeed.1 optirun.1 +man_MANS = bumblebeed.8 optirun.1 CLEANFILES += $(man_MANS) optirun.1: bin/optirun $(bin_optirun_SOURCES) @@ -121,9 +121,10 @@ optirun.1: bin/optirun $(bin_optirun_SOURCES) --name='run programs on the discrete video card' \ bin/optirun -bumblebeed.1: bin/bumblebeed $(bin_bumblebeed_SOURCES) +bumblebeed.8: bin/bumblebeed $(bin_bumblebeed_SOURCES) $(HELP2MAN) --output=$@ --no-info \ --name='bumblebee daemon' \ + --section=8 \ bin/bumblebeed else @echo "Warning: help2man not available, no man page is created."