1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/japanese/ptex-base/files/patch-aa
Masafumi Max NAKANE f6546d6965 Upgrade, 2.1.4 -> 2.1.5.
Note: This port installs only the character code independent files for pTeX
and this replaces japanese/ptex2.
Note #2 : Japanese/ptex2 has been repository copied to ptex-common by
Satoshi.
1997-10-04 17:13:41 +00:00

51 lines
1.9 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

--- 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