summaryrefslogtreecommitdiff
path: root/japanese/ptex-common/files/patch-aa
blob: 79f8c3aa84b87a5698beea67af608f6336df2955 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
--- web2c/Makefile.in.orig	Sat Feb  8 03:39:35 1997
+++ web2c/Makefile.in	Sun Sep 28 16:10:19 1997
@@ -5,7 +5,7 @@
 # install-fmts/install-bases/install-mems will install. plain.* is
 # created automatically (as a link).  See the Formats node in
 # doc/web2c.texi for details on the fmts.
-fmts = latex.fmt # amstex.fmt eplain.fmt texinfo.fmt
+#fmts = latex.fmt # amstex.fmt eplain.fmt texinfo.fmt
 bases = # I do not recommend building cmmf.base.
 mems =  # mfplain.mem is probably not generally useful.
 
@@ -91,15 +91,17 @@
 # Prevent Make from deleting the intermediate forms.
 .PRECIOUS: %.p %.c
 
-programs = bibtex dvicopy dvitomp dvitype gftodvi gftopk gftype mf \
-mft mpost patgen pktogf pktype pltotf pooltype tangle tex tftopl vftovp \
+programs1 = bibtex dvicopy dvitomp dvitype gftodvi gftopk gftype mf \
+mft mpost patgen pktogf pktype  pooltype tangle tex  vftovp \
 vptovf weave
+programs2 = pltotf tftopl
+programs = $(programs1) $(programs2)
 
 mpware = mpware/dmp mpware/makempx mpware/mpto mpware/newer
 mpware_sources = mpware/dmp.c mpware/makempx.in mpware/mpto.c mpware/newer.c
 
 #  
-default all: programs formats doc/web2c.info
+default all: programs doc/web2c.info
 programs: $(programs) $(mpware)
 
 # Rules to link each program. I wish we could use a suffix rule for
@@ -326,7 +328,7 @@
 	./tex -ini \&./tex eplain \\dump </dev/null
 
 # 
-install: install-exec install-data
+install: formats install-exec install-data
 install-exec:: install-links
 install-data:: install-formats
 
@@ -335,7 +337,7 @@
 	$(SHELL) $(top_srcdir)/../mkdirchain $(bindir) $(texpooldir) \
 	  $(mfpooldir) $(mppooldir)
 	cd mpware && $(MAKE) $(install_makeargs) install-exec
-	for p in $(programs); do $(INSTALL_LIBTOOL_PROG) $(bindir) $$p; done
+	for p in $(programs1); do $(INSTALL_LIBTOOL_PROG) $(bindir) $$p; done
 
 # The links to {mf,mp,tex} for each format and for {ini,vir}{mf,mp,tex}.
 install-links: install-programs