Skip to content

Commit

Permalink
[doc] Make --all option work
Browse files Browse the repository at this point in the history
  • Loading branch information
gempa-jabe committed Jul 11, 2022
1 parent 50441b5 commit 697704f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/build-doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,8 @@ def print_usage(appname, output):
build_man = True
if o == '--pdf':
build_pdf = True
if o == '--all':
allowContrib = True

if not args:
print("error: build directory not specified\n", file=sys.stderr)
Expand Down

0 comments on commit 697704f

Please sign in to comment.