diff options
author | bms <bms@FreeBSD.org> | 2004-03-02 17:05:14 +0800 |
---|---|---|
committer | bms <bms@FreeBSD.org> | 2004-03-02 17:05:14 +0800 |
commit | 6204450247083789867eaa6739c00956b47c156a (patch) | |
tree | bab55cef0ce6fc246cfe77c9784ab3433dc57f3a /devel/Makefile | |
parent | 8801892b2243f6272d0b4d21bb11920da1b239b9 (diff) | |
download | freebsd-ports-gnome-6204450247083789867eaa6739c00956b47c156a.tar.gz freebsd-ports-gnome-6204450247083789867eaa6739c00956b47c156a.tar.zst freebsd-ports-gnome-6204450247083789867eaa6739c00956b47c156a.zip |
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.
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 |