aboutsummaryrefslogtreecommitdiff
path: root/lib/libcom_err/doc/Makefile
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1997-02-01 11:25:49 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1997-02-01 11:25:49 +0000
commitacf217b342b9f532920350b81960c235f9ccd9c3 (patch)
tree6686c7e68762fec989f21bc3d64b8c5556884fc6 /lib/libcom_err/doc/Makefile
parentb3e65d83c4501b5e150c8ce395eccecff709d1d8 (diff)
downloadsrc-acf217b342b9f532920350b81960c235f9ccd9c3.tar.gz
src-acf217b342b9f532920350b81960c235f9ccd9c3.zip
Make this texinfo file info-aware.
I notice info(1) has some problems moving back and forth through the resulting info file, but emacs doesn't, so i figure it's rather a problem with info(1) itself. To the least, this file installs now finally.
Notes
Notes: svn path=/head/; revision=22176
Diffstat (limited to 'lib/libcom_err/doc/Makefile')
-rw-r--r--lib/libcom_err/doc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libcom_err/doc/Makefile b/lib/libcom_err/doc/Makefile
index aae1f482ecd2..c790868e0d9a 100644
--- a/lib/libcom_err/doc/Makefile
+++ b/lib/libcom_err/doc/Makefile
@@ -1,5 +1,7 @@
# $FreeBSD$
-#INFO= com_err
+INFO= com_err
+INFOSECTION= "Programming & development tools."
+INFOENTRY_com_err= "* libcom_err: (com_err). A Common Error Description Library for UNIX."
.include <bsd.info.mk>