1998-06-24 01:15:00 +00:00
|
|
|
|
--- web2c/Makefile.in.orig Sat Apr 11 00:08:02 1998
|
|
|
|
|
+++ web2c/Makefile.in Mon Apr 27 19:21:09 1998
|
1997-10-04 17:13:41 +00:00
|
|
|
|
@@ -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.
|
1998-06-24 01:15:00 +00:00
|
|
|
|
-@TEX@fmts = latex.fmt # amstex.fmt eplain.fmt texinfo.fmt
|
|
|
|
|
+#@TEX@fmts = latex.fmt # amstex.fmt eplain.fmt texinfo.fmt
|
|
|
|
|
@ETEX@efmts = elatex.efmt
|
|
|
|
|
@CTEX@cfmts = latex.efmt
|
|
|
|
|
@PTEX@pdffmts = pdflatex.fmt
|
|
|
|
|
@@ -110,10 +110,12 @@
|
|
|
|
|
@OMEGA@ovf2ovp = ovf2ovp
|
|
|
|
|
@OMEGA@ovp2ovf = ovp2ovf
|
|
|
|
|
@OMEGA@otangle = otangle
|
|
|
|
|
-programs = tie bibtex dvicopy dvitomp dvitype $(etex) gftodvi gftopk \
|
|
|
|
|
+programs1 = tie bibtex dvicopy dvitomp dvitype $(etex) gftodvi gftopk \
|
|
|
|
|
gftype mf mft mpost $(odvicopy) $(odvitype) $(ofm2opl) $(omega) \
|
|
|
|
|
$(opl2ofm) $(ovf2ovp) $(ovp2ovf) $(otangle) patgen $(pdftex) pktogf pktype \
|
|
|
|
|
-pltotf pooltype tangle $(tex) tftopl vftovp vptovf weave
|
|
|
|
|
+pooltype tangle $(tex) vftovp vptovf weave
|
1997-10-04 17:13:41 +00:00
|
|
|
|
+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
|
1998-06-24 01:15:00 +00:00
|
|
|
|
@@ -121,7 +123,7 @@
|
|
|
|
|
@OMEGA@otps_programs = otps/otp2ocp otps/outocp
|
1997-10-04 17:13:41 +00:00
|
|
|
|
|
|
|
|
|
#
|
1998-06-24 01:15:00 +00:00
|
|
|
|
-default all: programs formats manpages doc/web2c.info
|
|
|
|
|
+default all: programs manpages doc/web2c.info
|
|
|
|
|
programs: $(programs) $(mpware) $(otps_programs)
|
1997-10-04 17:13:41 +00:00
|
|
|
|
|
1998-06-24 01:15:00 +00:00
|
|
|
|
# Makefile fragments:
|
|
|
|
|
@@ -482,7 +484,7 @@
|
|
|
|
|
$(SHELL) $(top_srcdir)/../mkinstalldirs $(bindir) $(texpooldir) \
|
1997-10-04 17:13:41 +00:00
|
|
|
|
$(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
|
1998-06-24 01:15:00 +00:00
|
|
|
|
@OMEGA@ cd otps && $(MAKE) $(install_makeargs) install-programs
|
1997-10-04 17:13:41 +00:00
|
|
|
|
|
1998-06-24 01:15:00 +00:00
|
|
|
|
# The links to {mf,mp,tex} for each format and for {ini,vir}{mf,mp,tex},
|