Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37886973
en ru br
ALT Linux repos
S:7.0.3-alt1
5.0: 4.11-alt4
4.1: 4.11-alt3
4.0: 4.8-alt4
3.0: 4.8-alt2

Group :: Publishing
RPM: texinfo

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: texinfo-4.6-deb-alt-texi2dvi-tex.patch
Download


--- texinfo-4.6/util/texi2dvi.orig	2003-10-27 16:25:56 +0300
+++ texinfo-4.6/util/texi2dvi	2003-10-27 16:25:56 +0300
@@ -206,6 +206,17 @@
   ;;
 esac
 
+if ! command -v tex >/dev/null 2>&1; then
+  cat <<%EOM%
+You don't have a working TeX binary installed, but the texi2dvi script
+can't proceed without it. If you want to use this script, you have to
+install some kind of TeX, for example ALT tetex packages. You can do
+that with this command:
+	apt-get install tetex
+%EOM%
+  exit 1
+fi
+
 # Prepare the temporary directory.  Remove it at exit, unless debugging.
 tmpdir=`mktemp -dt texi2dvi.XXXXXXXXXX` || exit 1
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin