diff options
author | Bruce M Simpson <bms@FreeBSD.org> | 2004-03-02 09:05:14 +0000 |
---|---|---|
committer | Bruce M Simpson <bms@FreeBSD.org> | 2004-03-02 09:05:14 +0000 |
commit | ba73e138817ba9e3aaa437473051b862bee99200 (patch) | |
tree | 321d0b5e87579f906650969c249ca5faa9fcec15 /devel/Makefile | |
parent | bb61b57fa680294e9f8294060712ebda179dcf1e (diff) |
c2mdoc is an awk/shell script wot I wrote to aid in documenting our many
wonderful kernel APIs. c2man seems to choke on tcp_subr.c (which I was using
as a baseline), so let's do it the long way round instead. This script spits
out mdoc(7) markup ready for pasting into the SYNOPSIS section of our
wonderful mdoc.template.
Notes
Notes:
svn path=/head/; revision=102705
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 432e14ea3586..f7b4c07a0a43 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -90,6 +90,7 @@ SUBDIR += byaccj SUBDIR += c2lib SUBDIR += c2man + SUBDIR += c2mdoc SUBDIR += c4 SUBDIR += c_c++_reference SUBDIR += c_parser |