diff options
Diffstat (limited to 'development/texi2html')
-rw-r--r-- | development/texi2html/README | 5 | ||||
-rw-r--r-- | development/texi2html/texi2html.SlackBuild | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/development/texi2html/README b/development/texi2html/README index c242251831..c0afd88eab 100644 --- a/development/texi2html/README +++ b/development/texi2html/README @@ -1 +1,6 @@ texi2html converts texinfo documents to HTML, Info, docbook, and XML. + +Consider texi2html to be deprecated: according to its homepage, +"the route forward for authors is, in most cases, to alter manuals +and build processes as necessary to use the new features of the +makeinfo/texi2any implementation of GNU Texinfo. diff --git a/development/texi2html/texi2html.SlackBuild b/development/texi2html/texi2html.SlackBuild index 4e3021608e..26917bcd08 100644 --- a/development/texi2html/texi2html.SlackBuild +++ b/development/texi2html/texi2html.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for texi2html -# Copyright 2013 Robby Workman, Northport, Alabama, USA +# Copyright 2013-2021 Robby Workman, Tuscaloosa, Alabama, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -29,7 +29,7 @@ TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" |