Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
texi2html: A highly customizable texinfo to HTML and other formats translator
- Summary
- The basic purpose of texi2html is to convert Texinfo documents into HTML,
and other formats. Configuration files written in perl provide fine degree
of control over the final output, allowing most every aspect of the final
output not specified in the Texinfo input file to be specified.
Arch: noarch
Download: | texi2html-1.76-3.noarch.rpm |
Build Date: | Sat Feb 25 04:32:28 2006 |
Packager: | Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla> |
Size: | 1.37 MiB |
Changelog
- * Sat Feb 25 17:00:00 2006 Jindrich Novy <jnovy{%}redhat{*}com> 1.76-3
-
- PreReq info (#182888)
- * Fri Dec 9 17:00:00 2005 Jesse Keating <jkeating{%}redhat{*}com>
-
- rebuilt
- * Tue Mar 8 17:00:00 2005 Jindrich Novy <jnovy{%}redhat{*}com> 1.76-2
-
- replace
CFLAGS="${CFLAGS:--O2}" ; export CFLAGS ;
CXXFLAGS="${CXXFLAGS:--O2}" ; export CXXFLAGS ;
FFLAGS="${FFLAGS:--O2}" ; export FFLAGS ;
for i in $(find . -name config.guess -o -name config.sub) ; do
[ -f /usr/lib/rpm/redhat/$(basename $i) ] && /bin/rm -f $i && /bin/cp -fv /usr/lib/rpm/redhat/$(basename $i) $i ;
done ;
./configure --build=noarch-redhat-linux --host=noarch-redhat-linux \
--target=noarch-redhat-linux-gnu \
--program-prefix= \
--prefix=/usr \
--exec-prefix=/usr \
--bindir=/usr/bin \
--sbindir=/usr/sbin \
--sysconfdir=/etc \
--datadir=/usr/share \
--includedir=/usr/include \
--libdir=/usr/lib \
--libexecdir=/usr/libexec \
--localstatedir=/var \
--sharedstatedir=/usr/com \
--mandir=/usr/share/man \
--infodir=/usr/share/info with ./configure to prevent definition of
target, build and host for noarch package