diff --git a/buildsupport/macros_and_definitions.cmake b/buildsupport/macros_and_definitions.cmake index 72aee86d0..0788568e6 100644 --- a/buildsupport/macros_and_definitions.cmake +++ b/buildsupport/macros_and_definitions.cmake @@ -827,6 +827,7 @@ macro(process_options) sphinx_target(manual) sphinx_target(models) sphinx_target(tutorial) + sphinx_target(contributing) endif() # end of checking for documentation dependencies and creating targets diff --git a/ns3 b/ns3 index 90dbe432d..a2a61b84f 100755 --- a/ns3 +++ b/ns3 @@ -210,7 +210,7 @@ def parse_args(argv): help='Try "./ns3 docs --help" for more documentation options') parser_docs.add_argument('docs', help='Build project documentation', - choices=["manual", "models", "tutorial", "sphinx", "doxygen-no-build", "doxygen", "all"], + choices=["manual", "models", "tutorial", "contributing", "sphinx", "doxygen-no-build", "doxygen", "all"], action="store", type=str, default=None) parser.add_argument('-j', '--jobs', @@ -721,6 +721,7 @@ def build_step(args, "manual", "models", "tutorial", + "contributing", "install", "uninstall", ]