File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 44
44
# doc -- Build all doxygen source documentation. The HTML documentation will be
45
45
# generated under the build tree specified by "O".
46
46
#
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
+ #
47
53
# test -- Run all unit tests defined in the build. Unit tests will typically only
48
54
# be executable when building with the "SIMULATION=native" option. Otherwise
49
55
# it is up to the user to copy the executables to the target and run them.
70
76
71
77
# The "LOCALTGTS" defines the top-level targets that are implemented in this makefile
72
78
# 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
74
80
OTHERTGTS := $(filter-out $(LOCALTGTS),$(MAKECMDGOALS))
75
81
76
82
# As this makefile does not build any real files, treat everything as a PHONY target
You can’t perform that action at this time.
0 commit comments