diff options
author | hwr <hwr@pkgsrc.org> | 1999-08-24 13:21:34 +0000 |
---|---|---|
committer | hwr <hwr@pkgsrc.org> | 1999-08-24 13:21:34 +0000 |
commit | 38726ab23df2ac699298b821863ac2b117e7cbb9 (patch) | |
tree | 24419c60734bbeffe72024e8b81e06ee28a6104e /devel/cxref/patches/patch-aa | |
parent | 9b2125c48dedf286404c6f37fb3467782912ead4 (diff) | |
download | pkgsrc-38726ab23df2ac699298b821863ac2b117e7cbb9.tar.gz |
Import of cxref-1.5a
Cxref is s a program that will produce documentation (in LaTeX, HTML,
RTF or SGML) including cross-references from C program source code.
It has been designed to work with ANSI C, incorporating K&R, and most
popular GNU extensions.
The documentation for the program is produced from comments in the code
that are appropriately formatted. The cross referencing comes from the
code itself and requires no extra work.
Diffstat (limited to 'devel/cxref/patches/patch-aa')
-rw-r--r-- | devel/cxref/patches/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/cxref/patches/patch-aa b/devel/cxref/patches/patch-aa new file mode 100644 index 00000000000..53759661157 --- /dev/null +++ b/devel/cxref/patches/patch-aa @@ -0,0 +1,12 @@ +# $NetBSD: patch-aa,v 1.1.1.1 1999/08/24 13:21:34 hwr Exp $ +--- doc/Makefile.in.orig Tue Aug 24 15:05:55 1999 ++++ doc/Makefile.in Tue Aug 24 15:06:10 1999 +@@ -53,7 +53,7 @@ + ######## + + all : sources docs +- @ ++ + + ######## + |