Skip to content

Commit dc0215f

Browse files
authored
Merge pull request nasa#495 from skliper/fix489-doxygen-warnings
Fix nasa#489, Add usersguide/osalguide to local targets
2 parents 6c4b748 + c32a65a commit dc0215f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

cmake/Makefile.sample

+7-1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@
4444
# doc -- Build all doxygen source documentation. The HTML documentation will be
4545
# generated under the build tree specified by "O".
4646
#
47+
# usersguide -- Build all API/Cmd/Tlm doxygen documentation. The HTML documentation
48+
# will be generated under the build tree specified by "O".
49+
#
50+
# osalguide -- Build OSAL API doxygen documentation. The HTML documentation will
51+
# be generated under the build tree specified by "O".
52+
#
4753
# test -- Run all unit tests defined in the build. Unit tests will typically only
4854
# be executable when building with the "SIMULATION=native" option. Otherwise
4955
# it is up to the user to copy the executables to the target and run them.
@@ -70,7 +76,7 @@ endif
7076

7177
# The "LOCALTGTS" defines the top-level targets that are implemented in this makefile
7278
# Any other target may also be given, in that case it will simply be passed through.
73-
LOCALTGTS := doc prep all clean install distclean test lcov
79+
LOCALTGTS := doc usersguide osalguide prep all clean install distclean test lcov
7480
OTHERTGTS := $(filter-out $(LOCALTGTS),$(MAKECMDGOALS))
7581

7682
# As this makefile does not build any real files, treat everything as a PHONY target

0 commit comments

Comments
 (0)