Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Move manpages from /doc/ directory to /
- Loading branch information
Showing
with
5 additions
and
5 deletions.
-
+2
−2
.gitignore
-
+3
−3
Makefile.am
|
@@ -18,5 +18,5 @@ Makefile.in |
|
|
/scripts/sysvinit/bumblebeed |
|
|
/scripts/upstart/bumblebeed.conf |
|
|
/scripts/bumblebee-bugreport |
|
|
/doc/optirun.1 |
|
|
/doc/bumblebeed.1 |
|
|
/optirun.1 |
|
|
/bumblebeed.1 |
|
@@ -89,15 +89,15 @@ scripts/upstart/bumblebeed.conf: scripts/upstart/bumblebeed.conf.in |
|
|
$(do_subst) < $@.in > $@ |
|
|
|
|
|
if HAVE_HELP2MAN |
|
|
man_MANS = doc/bumblebeed.1 doc/optirun.1 |
|
|
man_MANS = bumblebeed.1 optirun.1 |
|
|
CLEANFILES += $(man_MANS) |
|
|
|
|
|
doc/optirun.1: $(bin_PROGRAMS) $(bin_optirun_SOURCES) |
|
|
optirun.1: optirun $(bin_optirun_SOURCES) |
|
|
$(HELP2MAN) --output=$@ --no-info \ |
|
|
--name='run programs on the discrete video card' \ |
|
|
bin/optirun |
|
|
|
|
|
doc/bumblebeed.1: $(bin_PROGRAMS) $(bin_bumblebeed_SOURCES) |
|
|
bumblebeed.1: bumblebeed $(bin_bumblebeed_SOURCES) |
|
|
$(HELP2MAN) --output=$@ --no-info \ |
|
|
--name='bumblebee daemon' \ |
|
|
bin/bumblebeed |
|
|