summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2006-08-04 10:40:03 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2006-08-04 10:40:03 +0000
commit2e14be2ee0d3f179dfcbccdfdf0149429949ba7d (patch)
treec948b3c6f276410c6a4dcf8aa787f16634ca05d8 /gnu/usr.bin
parent29d0778f7546b5ccd08e7ac477a795c44c7dc01e (diff)
unbreak MANPS builds;
ok espie
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/texinfo/doc/Makefile.am4
-rw-r--r--gnu/usr.bin/texinfo/doc/infokey.141
2 files changed, 1 insertions, 44 deletions
diff --git a/gnu/usr.bin/texinfo/doc/Makefile.am b/gnu/usr.bin/texinfo/doc/Makefile.am
index 36f0d920d69..acb480fea5a 100644
--- a/gnu/usr.bin/texinfo/doc/Makefile.am
+++ b/gnu/usr.bin/texinfo/doc/Makefile.am
@@ -1,4 +1,4 @@
-# $Id: Makefile.am,v 1.5 2006/07/17 16:12:36 espie Exp $
+# $Id: Makefile.am,v 1.6 2006/08/04 10:40:02 jmc Exp $
# Makefile.am for texinfo/doc.
# Run automake in .. to produce Makefile.in from this.
#
@@ -64,8 +64,6 @@ if MAINTAINER_MODE
common_mandeps = $(top_srcdir)/configure.ac
info.1: $(top_srcdir)/info/info.c $(common_mandeps)
$(HELP2MAN) --name="read Info documents" `basename $@ .1` >$@
-infokey.1: $(top_srcdir)/info/infokey.c $(common_mandeps)
- $(HELP2MAN) --name="compile customizations for Info" `basename $@ .1` >$@
install-info.1: $(top_srcdir)/util/install-info.c $(common_mandeps)
$(HELP2MAN) --name="update info/dir entries" `basename $@ .1` >$@
makeinfo.1: $(top_srcdir)/makeinfo/makeinfo.c $(common_mandeps)
diff --git a/gnu/usr.bin/texinfo/doc/infokey.1 b/gnu/usr.bin/texinfo/doc/infokey.1
index 8cbf7b354f7..6a9e9f27b14 100644
--- a/gnu/usr.bin/texinfo/doc/infokey.1
+++ b/gnu/usr.bin/texinfo/doc/infokey.1
@@ -227,44 +227,3 @@ Default binary file for customizations.
.Xr info 1
.Sh BUGS
bug-texinfo@gnu.org
-.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.34.
-.TH INFOKEY "1" "December 2004" "infokey 4.8" "User Commands"
-.SH NAME
-infokey \- compile customizations for Info
-.SH SYNOPSIS
-.B infokey
-[\fIOPTION\fR]... [\fIINPUT-FILE\fR]
-.SH DESCRIPTION
-Compile infokey source file to infokey file. Reads INPUT\-FILE (default
-$HOME/.infokey) and writes compiled key file to (by default) $HOME/.info.
-.SH OPTIONS
-.TP
-\fB\-\-output\fR FILE
-output to FILE instead of $HOME/.info
-.TP
-\fB\-\-help\fR
-display this help and exit.
-.TP
-\fB\-\-version\fR
-display version information and exit.
-.SH "REPORTING BUGS"
-Email bug reports to bug\-texinfo@gnu.org,
-general questions and discussion to help\-texinfo@gnu.org.
-Texinfo home page: http://www.gnu.org/software/texinfo/
-.SH COPYRIGHT
-Copyright \(co 2003 Free Software Foundation, Inc.
-There is NO warranty. You may redistribute this software
-under the terms of the GNU General Public License.
-For more information about these matters, see the files named COPYING.
-.SH "SEE ALSO"
-The full documentation for
-.B infokey
-is maintained as a Texinfo manual. If the
-.B info
-and
-.B infokey
-programs are properly installed at your site, the command
-.IP
-.B info infokey
-.PP
-should give you access to the complete manual.