summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2006-05-26 18:10:06 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2006-05-26 18:10:06 +0000
commitbecc5c626d5bc6fad8d54220523c8a7e1d7fd5c5 (patch)
tree646b316f0c1ebfe618cee83ec3121e8645342eee /Makefile
parentff4b8cb7bd488e9f1e00bf9ed08fa4b377834961 (diff)
downloadsrc-test-becc5c626d5bc6fad8d54220523c8a7e1d7fd5c5.tar.gz
src-test-becc5c626d5bc6fad8d54220523c8a7e1d7fd5c5.zip
Connect the kernel subsystem API documentation generation framework to
the build infrastructure: "make doxygen" Changes to the man pages will be made when some defaults are revisited. Requested by: gnn
Notes
Notes: svn path=/head/; revision=158962
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 37a21bc78f8a5..49c702a6db83c 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,7 @@
# reinstallkernel - Reinstall the kernel and the kernel-modules.
# reinstallkernel.debug
# kernel - buildkernel + installkernel.
+# doxygen - Build API documentation of the kernel, needs doxygen.
# update - Convenient way to update your source tree (cvs).
# check-old - Print a list of old files/directories in the system.
# delete-old - Delete obsolete files and directories interactively.
@@ -69,10 +70,10 @@
#
TGTS= all all-man buildenv buildkernel buildworld check-old checkdpadd \
clean cleandepend cleandir delete-old delete-old-libs depend \
- distribute distributeworld distrib-dirs distribution everything \
- hierarchy install installcheck installkernel installkernel.debug\
- reinstallkernel reinstallkernel.debug installworld \
- kernel-toolchain libraries lint maninstall \
+ distribute distributeworld distrib-dirs distribution doxygen \
+ everything hierarchy install installcheck installkernel \
+ installkernel.debug reinstallkernel reinstallkernel.debug \
+ installworld kernel-toolchain libraries lint maninstall \
obj objlink regress rerelease showconfig tags toolchain update \
_worldtmp _legacy _bootstrap-tools _cleanobj _obj \
_build-tools _cross-tools _includes _libraries _depend \