diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-01-02 18:45:03 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-01-02 18:45:03 +0000 |
commit | 2d2813618c3818d7d41a7ced1fca4a1a01d3591d (patch) | |
tree | 0a376369b34e9959bf6c234331c325fc6b9cde60 /contrib/texinfo/doc/texindex.1 | |
parent | de90b09a791bc134afe2fbf8236e4482343122a7 (diff) |
Remove GNU texinfo from base along with all info pages.
To be able to info pages consider installing texinfo from ports print/texinfo or
via pkg: pkg install texinfo
Differential Revision: https://reviews.freebsd.org/D1409
Reviewed by: emaste, imp (previous version)
Relnotes: yes
Notes
Notes:
svn path=/head/; revision=276551
Diffstat (limited to 'contrib/texinfo/doc/texindex.1')
-rw-r--r-- | contrib/texinfo/doc/texindex.1 | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/contrib/texinfo/doc/texindex.1 b/contrib/texinfo/doc/texindex.1 deleted file mode 100644 index 732e12b88748..000000000000 --- a/contrib/texinfo/doc/texindex.1 +++ /dev/null @@ -1,47 +0,0 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.34. -.TH TEXINDEX "1" "December 2004" "texindex 4.8" "User Commands" -.SH NAME -texindex \- sort Texinfo index files -.SH SYNOPSIS -.B texindex -[\fIOPTION\fR]... \fIFILE\fR... -.SH DESCRIPTION -Generate a sorted index for each TeX output FILE. -Usually FILE... is specified as `foo.??' for a document `foo.texi'. -.SH OPTIONS -.TP -\fB\-h\fR, \fB\-\-help\fR -display this help and exit -.TP -\fB\-k\fR, \fB\-\-keep\fR -keep temporary files around after processing -.TP -\fB\-\-no\-keep\fR -do not keep temporary files around after processing (default) -.TP -\fB\-o\fR, \fB\-\-output\fR FILE -send output to FILE -.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 2004 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 texindex -is maintained as a Texinfo manual. If the -.B info -and -.B texindex -programs are properly installed at your site, the command -.IP -.B info texindex -.PP -should give you access to the complete manual. |