- Ship texi2pdf man page, taken from tetex-2.0.2 RPM.
This commit is contained in:
parent
c13fa476ef
commit
843b8f1858
49
texi2pdf.man
Normal file
49
texi2pdf.man
Normal file
@ -0,0 +1,49 @@
|
|||||||
|
.TH "texi2pdf" "1" "September 2000" "teTeX" "teTeX"
|
||||||
|
.PP
|
||||||
|
.SH "NAME"
|
||||||
|
texi2pdf \- create a PDF file from a Texinfo file
|
||||||
|
.PP
|
||||||
|
.SH "SYNOPSIS"
|
||||||
|
.PP
|
||||||
|
\fBtexi2pdf\fP [ \fIOPTION\fP\&.\&.\&. ] \fIFILE\fP\&.\&.\&.
|
||||||
|
.PP
|
||||||
|
.SH "DESCRIPTION"
|
||||||
|
.PP
|
||||||
|
\fBtexi2pdf\fP sets the \fBTEX\fP environment variable to
|
||||||
|
\fBpdftex\fP(1) and runs \fBtexi2dvi\fP(1), passing all options to
|
||||||
|
\fBtexi2dvi\fP(1)\&.
|
||||||
|
.PP
|
||||||
|
.SH "OPTIONS"
|
||||||
|
.PP
|
||||||
|
See \fBtexi2dvi\fP(1) for relevant options\&.
|
||||||
|
.PP
|
||||||
|
.SH "ENVIRONMENT"
|
||||||
|
.PP
|
||||||
|
.IP
|
||||||
|
.IP "\fBTEX\fP"
|
||||||
|
set to \fBpdftex\fP(1) by the script
|
||||||
|
.IP
|
||||||
|
.PP
|
||||||
|
.SH "SEE ALSO"
|
||||||
|
.PP
|
||||||
|
\fBpdftex\fP(1), \fBtexi2dvi\fP(1), \fBtexinfo\fP(5)\&.
|
||||||
|
.PP
|
||||||
|
.SH "BUGS"
|
||||||
|
.PP
|
||||||
|
Problems with this script should be reported to the author or to the
|
||||||
|
teTeX list, <tetex@dbs\&.uni-hannover\&.de> (mailing list)\&.
|
||||||
|
.PP
|
||||||
|
Problems with \fBtexi2dvi\fP(1) should be reported to Karl Berry,
|
||||||
|
the texinfo maintainer, at <bug-texinfo@gnu\&.org> (mailing list)
|
||||||
|
.PP
|
||||||
|
.SH "AUTHOR"
|
||||||
|
.PP
|
||||||
|
Written by Thomas Esser
|
||||||
|
<te@dbs\&.uni-hannover\&.de>\&.
|
||||||
|
.PP
|
||||||
|
This manual page was written by C\&.M\&. Connelly
|
||||||
|
<c@eskimo\&.com>, for
|
||||||
|
the Debian GNU/Linux system\&. It may be used by other distributions
|
||||||
|
without contacting the author\&. Any mistakes or omissions in the
|
||||||
|
manual page are my fault; inquiries about or corrections to this
|
||||||
|
manual page should be directed to me (and not to the primary author)\&.
|
@ -7,6 +7,7 @@ Group: Applications/Publishing
|
|||||||
Url: http://www.gnu.org/software/texinfo/
|
Url: http://www.gnu.org/software/texinfo/
|
||||||
Source0: ftp://ftp.gnu.org/gnu/texinfo/texinfo-%{version}.tar.bz2
|
Source0: ftp://ftp.gnu.org/gnu/texinfo/texinfo-%{version}.tar.bz2
|
||||||
Source1: info-dir
|
Source1: info-dir
|
||||||
|
Source2: texi2pdf.man
|
||||||
Patch1: texinfo-4.3-zlib.patch
|
Patch1: texinfo-4.3-zlib.patch
|
||||||
Prereq: /sbin/install-info
|
Prereq: /sbin/install-info
|
||||||
Prefix: %{_prefix}
|
Prefix: %{_prefix}
|
||||||
@ -61,6 +62,7 @@ mkdir -p ${RPM_BUILD_ROOT}/sbin
|
|||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
pushd ${RPM_BUILD_ROOT}
|
pushd ${RPM_BUILD_ROOT}
|
||||||
|
install -m644 %{SOURCE2} .%{_mandir}/man1/texi2pdf.1
|
||||||
gzip -n -9f .%{_infodir}/*info*
|
gzip -n -9f .%{_infodir}/*info*
|
||||||
gzip -n -9f .%{_mandir}/*/*
|
gzip -n -9f .%{_mandir}/*/*
|
||||||
install -m644 $RPM_SOURCE_DIR/info-dir .%{_infodir}/dir
|
install -m644 $RPM_SOURCE_DIR/info-dir .%{_infodir}/dir
|
||||||
@ -103,6 +105,7 @@ fi
|
|||||||
%{_mandir}/man1/makeinfo.1*
|
%{_mandir}/man1/makeinfo.1*
|
||||||
%{_mandir}/man1/texindex.1*
|
%{_mandir}/man1/texindex.1*
|
||||||
%{_mandir}/man1/texi2dvi.1*
|
%{_mandir}/man1/texi2dvi.1*
|
||||||
|
%{_mandir}/man1/texi2pdf.1*
|
||||||
%{_mandir}/man5/texinfo.5*
|
%{_mandir}/man5/texinfo.5*
|
||||||
|
|
||||||
%files -n info
|
%files -n info
|
||||||
@ -120,6 +123,9 @@ fi
|
|||||||
%{_mandir}/man5/info.5*
|
%{_mandir}/man5/info.5*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 9 2005 Tim Waugh <twaugh@redhat.com>
|
||||||
|
- Ship texi2pdf man page, taken from tetex-2.0.2 RPM.
|
||||||
|
|
||||||
* Tue Jun 7 2005 Tim Waugh <twaugh@redhat.com> 4.8-5
|
* Tue Jun 7 2005 Tim Waugh <twaugh@redhat.com> 4.8-5
|
||||||
- Ship texi2pdf (bug #147271).
|
- Ship texi2pdf (bug #147271).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user