Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zathura
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
111
Issues
111
List
Boards
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pwmt
zathura
Commits
6719bee7
Commit
6719bee7
authored
Nov 27, 2018
by
Sebastian Ramacher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add manpages option
parent
886649df
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
doc/meson.build
doc/meson.build
+1
-1
meson_options.txt
meson_options.txt
+4
-0
No files found.
doc/meson.build
View file @
6719bee7
sphinx = find_program('sphinx-build', required:
false
)
sphinx = find_program('sphinx-build', required:
get_option('manpages')
)
if sphinx.found()
custom_target('man pages',
command: [
...
...
meson_options.txt
View file @
6719bee7
...
...
@@ -18,4 +18,8 @@ option('seccomp',
value: 'auto',
description: 'seccomp-based sandbox'
)
option('manpages',
type: 'feature',
value: 'auto',
description: 'manual pages'
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment