diff --git a/texi2pdf.man b/texi2pdf.man new file mode 100644 index 0000000..03f6155 --- /dev/null +++ b/texi2pdf.man @@ -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, (mailing list)\&. +.PP +Problems with \fBtexi2dvi\fP(1) should be reported to Karl Berry, +the texinfo maintainer, at (mailing list) +.PP +.SH "AUTHOR" +.PP +Written by Thomas Esser +\&. +.PP +This manual page was written by C\&.M\&. Connelly +, 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)\&. diff --git a/texinfo.spec b/texinfo.spec index 934ba06..303e58f 100644 --- a/texinfo.spec +++ b/texinfo.spec @@ -7,6 +7,7 @@ Group: Applications/Publishing Url: http://www.gnu.org/software/texinfo/ Source0: ftp://ftp.gnu.org/gnu/texinfo/texinfo-%{version}.tar.bz2 Source1: info-dir +Source2: texi2pdf.man Patch1: texinfo-4.3-zlib.patch Prereq: /sbin/install-info Prefix: %{_prefix} @@ -61,6 +62,7 @@ mkdir -p ${RPM_BUILD_ROOT}/sbin %makeinstall pushd ${RPM_BUILD_ROOT} + install -m644 %{SOURCE2} .%{_mandir}/man1/texi2pdf.1 gzip -n -9f .%{_infodir}/*info* gzip -n -9f .%{_mandir}/*/* install -m644 $RPM_SOURCE_DIR/info-dir .%{_infodir}/dir @@ -103,6 +105,7 @@ fi %{_mandir}/man1/makeinfo.1* %{_mandir}/man1/texindex.1* %{_mandir}/man1/texi2dvi.1* +%{_mandir}/man1/texi2pdf.1* %{_mandir}/man5/texinfo.5* %files -n info @@ -120,6 +123,9 @@ fi %{_mandir}/man5/info.5* %changelog +* Thu Jun 9 2005 Tim Waugh +- Ship texi2pdf man page, taken from tetex-2.0.2 RPM. + * Tue Jun 7 2005 Tim Waugh 4.8-5 - Ship texi2pdf (bug #147271).