blob: 07380e757a4f834e128837ddf15cb1809862b1e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- Makefile.in.orig Wed Jun 24 07:02:38 1998
+++ Makefile.in Wed Jun 24 07:03:31 1998
@@ -3,7 +3,7 @@
kanjicode = @kanjicode@
-default : programs formats
+default : programs #formats
programs=ptex tftopl pltotf pdvitype jbibtex
formats=ptex.fmt
@@ -160,7 +160,7 @@
texmf.cnf: ../../kpathsea/texmf.cnf
cp ../../kpathsea/texmf.cnf texmf.cnf
- $(SHELL) $(thisdir)/mkconf $(thisdir)
+# $(SHELL) $(thisdir)/mkconf $(thisdir)
dumpenv = TEXMFCNF=$(thisdir) TEXMF=$(texmf)
|