/* * * Configuration file for Imake-TeX * * Copyright 1993 Rainer Klute * * * $Id: Imake-TeX.cf,v 1.0 1993/08/17 15:28:51 klute Exp klute $ */ /* * Configure here where you want Imake-TeX to be installed. TEX_ROOTDIR should * be the TeX root directory. The texmkmf script goes into the TEX_BINDIR * directory, and the TeX.tmpl template file will be installed in * TEX_CONFIGDIR. TEX_INPUTSDIR is the path where TeX looks for its input files * by default. * If you have a quite different TeX installation scheme, you may well set * TEX_BINDIR, TEX_CONFIGDIR, and TEX_INPUTSDIR to absolute path names. */ TEX_ROOTDIR = /usr/local/TeX TEX_BINDIR = $(TEX_ROOTDIR)/bin TEX_LIBDIR = $(TEX_ROOTDIR)/lib TEX_CONFIGDIR = $(TEX_LIBDIR)/config TEX_INPUTSDIR = /usr/local/TeX/lib/inputs /* * Specify here the language of the documentation version you want to be * generated. */ DOCUMENTATIONLANGUAGE = english /* DOCUMENTATIONLANGUAGE = german */ /* * If you don't have the psfig style (for inclusion of Encapsulated PostScript) * set the following variable to "no". */ HAS_PSFIG = yes