diff options
author | jmacd <jmacd@FreeBSD.org> | 1997-01-11 03:19:32 +0000 |
---|---|---|
committer | jmacd <jmacd@FreeBSD.org> | 1997-01-11 03:19:32 +0000 |
commit | a11c062bf572676b2c834db6166ad01cc03784f1 (patch) | |
tree | 36d20b0ae83c19776d48793853b5b27eb8d0e03d /gnu | |
parent | 357c8427b2df9b11ad3c90ddd91b48e80f8d308d (diff) | |
download | FreeBSD-src-a11c062bf572676b2c834db6166ad01cc03784f1.zip FreeBSD-src-a11c062bf572676b2c834db6166ad01cc03784f1.tar.gz |
Added section and entry annotations.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/lib/libregex/doc/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/lib/libregex/doc/Makefile b/gnu/lib/libregex/doc/Makefile index 1e79f5d..3deaeb7 100644 --- a/gnu/lib/libregex/doc/Makefile +++ b/gnu/lib/libregex/doc/Makefile @@ -1,4 +1,7 @@ INFO = regex +INFOSECTION= "Programming & development tools." +INFOENTRY_regex= "* Regex: (regex). Regular expression library." + CLEANFILES += regex.texi regex.texi: xregex.texi ../regex.h |