blob: 1ad84123e814dc14614e2f50c02d3bb63c1e6fe8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- texk/make/paths.mk.orig Wed Nov 13 05:54:37 2002
+++ texk/make/paths.mk Fri Sep 17 13:22:23 2004
@@ -61,7 +61,7 @@
dvilj_latex2e_macrodir = $(texinputdir)/latex/dvilj
# mktex.cnf, texmf.cnf, etc.
-web2cdir = $(texmf)/web2c
+web2cdir = $(texmf)/web2c-ptex
# The top-level font directory.
fontdir = $(texmf)/fonts
@@ -80,7 +80,7 @@
fontnamedir = $(texmf)/fontname
# For dvips configuration files, psfonts.map, etc.
-dvipsdir = $(texmf)/dvips
+dvipsdir = $(texmf)/dvips-ptex
# For dvips .pro files, gsftopk's render.ps, etc.
psheaderdir = $(dvipsdir)
|