diff options
Diffstat (limited to 'japanese/ptex/files/patch-texk::make::paths.mk')
-rw-r--r-- | japanese/ptex/files/patch-texk::make::paths.mk | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/japanese/ptex/files/patch-texk::make::paths.mk b/japanese/ptex/files/patch-texk::make::paths.mk new file mode 100644 index 000000000000..d71fe60ca93c --- /dev/null +++ b/japanese/ptex/files/patch-texk::make::paths.mk @@ -0,0 +1,20 @@ +--- texk/make/paths.mk.orig Sat May 8 19:05:24 2004 ++++ texk/make/paths.mk Tue Jan 11 01:15:49 2005 +@@ -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) |