summaryrefslogtreecommitdiff
path: root/support/imaketex/Imake-TeX.cf
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/imaketex/Imake-TeX.cf
Initial commit
Diffstat (limited to 'support/imaketex/Imake-TeX.cf')
-rw-r--r--support/imaketex/Imake-TeX.cf38
1 files changed, 38 insertions, 0 deletions
diff --git a/support/imaketex/Imake-TeX.cf b/support/imaketex/Imake-TeX.cf
new file mode 100644
index 0000000000..b72a76f352
--- /dev/null
+++ b/support/imaketex/Imake-TeX.cf
@@ -0,0 +1,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