>>>>> "MA" == Michael Albinus <[email protected]> writes: MA> When running 'make', Tramp avoids calls of programs, which MA> were not detected during 'configure'.
configure: WARNING: texi2dvi doesn't work, check $TEXINPUTS ... make[1]: Entering directory '/home/jidanni/Downloads/tramp/texi' makeinfo --no-warn --no-split -D installchapter --footnote-style=end -o ../info/tramp tramp.texi cp dir_sample ../info/dir install-info --quiet --info-dir=../info/ ../info/tramp makeinfo --no-warn --no-split -D installchapter --dvi -o tramp.dvi tramp.texi You don't have a working TeX binary (tex) installed anywhere in your PATH, and texi2dvi cannot proceed without one. If you want to use this script, you'll need to install TeX (if you don't have it) or change your PATH or TEX environment variable (if you do). See the --help output for more details. For information about obtaining TeX, please see http://tug.org/texlive, or do a web search for TeX and your operating system or distro. On Debian you can install a working TeX system with apt-get install texlive Makefile:89: recipe for target 'dvi' failed make[1]: [dvi] Error 1 (ignored) makeinfo --no-warn --no-split -D installchapter --html -o tramp.html tramp.texi makeinfo --no-warn --no-split -D installchapter --pdf -o tramp.pdf tramp.texi You don't have a working TeX binary (tex) installed anywhere in your PATH, and texi2dvi cannot proceed without one. If you want to use this script, you'll need to install TeX (if you don't have it) or change your PATH or TEX environment variable (if you do). See the --help output for more details. For information about obtaining TeX, please see http://tug.org/texlive, or do a web search for TeX and your operating system or distro. On Debian you can install a working TeX system with apt-get install texlive Makefile:89: recipe for target 'pdf' failed make[1]: [pdf] Error 1 (ignored) make[1]: Leaving directory '/home/jidanni/Downloads/tramp/texi' _______________________________________________ Tramp-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/tramp-devel
