mirror of https://github.com/ArduPilot/ardupilot
wscript: add scripting docs option
This commit is contained in:
parent
b595beab10
commit
66272aee61
4
wscript
4
wscript
|
@ -216,6 +216,10 @@ submodules at specific revisions.
|
||||||
default=False,
|
default=False,
|
||||||
help="Enables and sets up ONVIF camera control")
|
help="Enables and sets up ONVIF camera control")
|
||||||
|
|
||||||
|
g.add_option('--scripting-docs', action='store_true',
|
||||||
|
default=False,
|
||||||
|
help="enable generation of scripting documentation")
|
||||||
|
|
||||||
g = opt.ap_groups['linux']
|
g = opt.ap_groups['linux']
|
||||||
|
|
||||||
linux_options = ('--prefix', '--destdir', '--bindir', '--libdir')
|
linux_options = ('--prefix', '--destdir', '--bindir', '--libdir')
|
||||||
|
|
Loading…
Reference in New Issue