OSDN Git Service

updated sources.
[putex/putex.git] / src / texsourc / paths.h
1 /* Copyright 1992 Karl Berry
2    Copyright 2007 TeX Users Group
3
4    This program is free software; you can redistribute it and/or modify
5    it under the terms of the GNU General Public License as published by
6    the Free Software Foundation; either version 2 of the License, or
7    (at your option) any later version.
8
9    This program is distributed in the hope that it will be useful, but
10    WITHOUT ANY WARRANTY; without even the implied warranty of
11    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12    General Public License for more details.
13
14    You should have received a copy of the GNU General Public License
15    along with this program; if not, write to the Free Software
16    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17    02110-1301 USA.  */
18
19 /* Generated from paths.h.in (Mon Mar  8 04:40:51 SST 1993).  */
20 /* Paths.  */
21
22 /* The meanings of these paths are described in the man pages.
23    This file is created from the defaults in Makefile.in.  */
24
25 /* #define TEXPATH "c:/texas/" */
26
27 /* #define TEXPATH "c:/y&ytex/" */
28
29 /* #define TEXPATH "c:/yandytex/" */
30
31 #define TEXPATH "c:/yandy/yandytex/" /* changed default 97/Mar/22 */
32
33 #ifndef TEXFONTS
34 /* #define TEXFONTS "c:/texas/tfm//" */
35 #define TEXFONTS TEXPATH "tfm"
36 #endif
37
38 #ifndef TEXFORMATS
39 /* #define TEXFORMATS "c:/texas/fmt" */
40 #define TEXFORMATS TEXPATH "fmt"
41 #endif
42
43 #ifndef TEXINPUTS
44 /* #define TEXINPUTS "c:/texas/latex;c:/tex//" */
45 /* #define TEXINPUTS TEXPATH "latex;" "c:/tex;" "c:/texinputs" */
46 #define TEXINPUTS TEXPATH "tex//;" "c:/tex;" "c:/texinput" /* 97/Mar/22 */
47 #endif
48
49 #ifndef TEXPOOL
50 /* #define TEXPOOL "c:/texas/fmt" */
51 #define TEXPOOL TEXPATH "fmt"
52 #endif
53
54 #ifndef BIBINPUTS
55 /* #define BIBINPUTS "c:/texas/bib//" */
56 #define BIBINPUTS TEXPATH "bib//"
57 #endif
58
59 #ifndef BSTINPUTS
60 /* #define BSTINPUTS ".;c:/texas/bib//" */
61 #define BSTINPUTS ".;" TEXPATH "bib//"
62 #endif
63
64 /* Of course, TeX itself doesn't give a damn about any of the following: */
65
66 #ifndef GFFONTS
67 #define GFFONTS ""
68 #endif
69
70 #ifndef PKFONTS
71 /* #define PKFONTS "c:/texas/pixels//" */
72 #define PKFONTS TEXPATH "pixels//"
73 #endif
74
75 #ifndef VFFONTS
76 /* #define VFFONTS "c:/texas/fonts//" */
77 #define VFFONTS TEXPATH "fonts//"
78 #endif
79