diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-04-16 06:41:58 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-04-16 06:41:58 +0000 |
commit | b32ad54c041d3581d271317b3f1d8bc1e4f67fff (patch) | |
tree | 708e173e475533aa7659ef76efdba9ad60ab1c13 /devel/Makefile | |
parent | 91c4184323e77285da510de3369c9334b0e1e484 (diff) |
add scandoc
A C/C++ documentation generator
PR: 26561
Submitted by: chrise@scardini.com
Notes
Notes:
svn path=/head/; revision=41452
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 76c899630f4c..862fdd754dac 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -407,6 +407,7 @@ SUBDIR += ruby-textbuf SUBDIR += ruby-unit SUBDIR += rvm + SUBDIR += scandoc SUBDIR += sdcc SUBDIR += sdl10 SUBDIR += sdl12 |