Skip to content

Commit

Permalink
setup: install bob and bob-layers manpages
Browse files Browse the repository at this point in the history
  • Loading branch information
jkloetzke committed Nov 11, 2024
1 parent eae5507 commit a3af5aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,14 @@ class build(build_orig):
if sys.platform != 'win32':
data_files.extend([
('share/man/man1', [
'doc/_build/man/bob.1',
'doc/_build/man/bob-archive.1',
'doc/_build/man/bob-build.1',
'doc/_build/man/bob-clean.1',
'doc/_build/man/bob-dev.1',
'doc/_build/man/bob-graph.1',
'doc/_build/man/bob-jenkins.1',
'doc/_build/man/bob-layers.1',
'doc/_build/man/bob-ls.1',
'doc/_build/man/bob-project.1',
'doc/_build/man/bob-query-meta.1',
Expand Down

0 comments on commit a3af5aa

Please sign in to comment.