diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2006-07-17 21:40:57 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2006-07-17 21:40:57 +0000 |
commit | d2bece3664e47097988eefdce07cec05d4d6d2bf (patch) | |
tree | c773c3be9e9d44485afba28d0743bb31c7ab9c19 /gnu | |
parent | 610063088d2040c69b54848707049ee03ad4bde6 (diff) |
manpage for texi2pdf, with some help from jmc@, okay theo@
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/texinfo/Makefile.bsd-wrapper | 3 | ||||
-rw-r--r-- | gnu/usr.bin/texinfo/texi2pdf.1 | 35 |
2 files changed, 37 insertions, 1 deletions
diff --git a/gnu/usr.bin/texinfo/Makefile.bsd-wrapper b/gnu/usr.bin/texinfo/Makefile.bsd-wrapper index 549ee53bb22..f2dc7ae8911 100644 --- a/gnu/usr.bin/texinfo/Makefile.bsd-wrapper +++ b/gnu/usr.bin/texinfo/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.39 2006/07/17 16:41:02 espie Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.40 2006/07/17 21:40:56 espie Exp $ INFODIR= infodir=/usr/share/info INFOPATH= DEFAULT_INFOPATH=/usr/local/info:/usr/share/info:. @@ -12,6 +12,7 @@ GNUCFLAGS= CC="${CC}" CFLAGS="${CFLAGS} ${COPTS}" \ FSFMAKE= ${MAKE} ${GNUCFLAGS} ${INFODIR} ${INFOPATH} FSFALL=all-recursive +MAN+= texi2pdf.1 .include <bsd.own.mk> diff --git a/gnu/usr.bin/texinfo/texi2pdf.1 b/gnu/usr.bin/texinfo/texi2pdf.1 new file mode 100644 index 00000000000..f21f2c964f6 --- /dev/null +++ b/gnu/usr.bin/texinfo/texi2pdf.1 @@ -0,0 +1,35 @@ +.\" $OpenBSD: texi2pdf.1,v 1.1 2006/07/17 21:40:56 espie Exp $ +.\" +.\" Copyright (c) 2006 Marc Espie <espie@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.Dd July 17, 2005 +.Dt TEXI2PDF 1 +.Os +.Sh NAME +.Nm texi2pdf +.Nd convert texinfo into PDF +.Sh SYNOPSIS +.Nm texi2pdf +.Op Ar option ... +.Op Ar +.Sh DESCRIPTION +The +.Nm +command is equivalent to invoking +.Pp +.Dl texi2dvi --pdf +.Pp +See +.Xr texi2dvi 1 +for details. |