|
22 | 22 | # kernel - buildkernel + installkernel. |
23 | 23 | # kernel-toolchain - Builds the subset of world necessary to build a kernel |
24 | 24 | # kernel-toolchains - Build kernel-toolchain for all universe targets. |
25 | | -# doxygen - Build API documentation of the kernel, needs doxygen. |
| 25 | +# kerneldoc - Build API documentation of the kernel, needs doxygen, teTeX, and graphviz. |
26 | 26 | # checkworld - Run test suite on installed world. |
27 | 27 | # check-old - List obsolete directories/files/libraries. |
28 | 28 | # check-old-dirs - List obsolete directories. |
@@ -159,9 +159,9 @@ TGTS= all all-man buildenv buildenvvars buildetc buildkernel buildworld \ |
159 | 159 | cleanworld cleanuniverse \ |
160 | 160 | delete-old delete-old-dirs delete-old-files delete-old-libs \ |
161 | 161 | depend distribute distributekernel distributekernel.debug \ |
162 | | - distributeworld distrib-dirs distribution doxygen \ |
| 162 | + distributeworld distrib-dirs distribution \ |
163 | 163 | everything hier hierarchy install installcheck installetc installkernel \ |
164 | | - installkernel.debug packagekernel packageworld \ |
| 164 | + installkernel.debug kerneldoc packagekernel packageworld \ |
165 | 165 | reinstallkernel reinstallkernel.debug \ |
166 | 166 | installworld kernel-toolchain libraries maninstall \ |
167 | 167 | list-old-dirs list-old-files list-old-libs \ |
@@ -801,7 +801,7 @@ universe_epilogue: .PHONY |
801 | 801 | .MAKE.MODE= normal |
802 | 802 | # Normally the things we run from here don't either. |
803 | 803 | # Using -DWITH_META_MODE |
804 | | -# we can buildworld with meta files created which are useful |
| 804 | +# we can buildworld with meta files created which are useful |
805 | 805 | # for debugging, but without any of the rest of a meta mode build. |
806 | 806 | MK_DIRDEPS_BUILD= no |
807 | 807 | MK_STAGING= no |
|
0 commit comments