summaryrefslogtreecommitdiff
path: root/support/imaketex/Imake-TeX.cf
blob: b72a76f35271b9cdbd5b783a1ceab9bc734a13c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
/*
 *
 *                 Configuration file for Imake-TeX
 *
 *                   Copyright 1993 Rainer Klute
 *              <klute@irb.informatik.uni-dortmund.de>
 *
 * $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