diff options
Diffstat (limited to 'japanese/jtex209-both/files/patch-ab')
-rw-r--r-- | japanese/jtex209-both/files/patch-ab | 116 |
1 files changed, 116 insertions, 0 deletions
diff --git a/japanese/jtex209-both/files/patch-ab b/japanese/jtex209-both/files/patch-ab new file mode 100644 index 000000000000..4f6177c4b2ca --- /dev/null +++ b/japanese/jtex209-both/files/patch-ab @@ -0,0 +1,116 @@ +*** jtex-1.52/Makefile.in.orig Mon Jan 31 18:18:21 1994 +--- jtex-1.52/Makefile.in Sat Jun 1 13:06:16 1996 +*************** +*** 8,20 **** + # match the system directories in the paths you defined in `site.h'. + prefix = /usr/local + bindir = $(prefix)/bin +! datadir = $(prefix)/lib + + texdatadir = $(datadir)/tex +! texpooldir = $(texdatadir) + texinputdir = $(texdatadir)/macros + texfontdir = $(texdatadir)/fonts +! formatdir = $(texdatadir)/formats + + mfdatadir=$(datadir)/mf + mfpooldir=$(mfdatadir) +--- 8,20 ---- + # match the system directories in the paths you defined in `site.h'. + prefix = /usr/local + bindir = $(prefix)/bin +! datadir = $(prefix)/share + + texdatadir = $(datadir)/tex +! texpooldir = $(texdatadir)/npool + texinputdir = $(texdatadir)/macros + texfontdir = $(texdatadir)/fonts +! formatdir = $(texdatadir)/nformats + + mfdatadir=$(datadir)/mf + mfpooldir=$(mfdatadir) +*************** +*** 30,36 **** + # `make bases' will try to make, and `make install-formats' and `make + # install-bases' will try to install. See README.W2C for a brief + # description of each of these formats. +! formats=jtex.fmt jlatex.fmt + # jslitex.fmt amsjtex.fmt amsjlatex.fmt jfoiltex.fmt + #formats=tex.fmt latex.fmt etex.fmt + # slitex.fmt amslatex.fmt amstex.fmt texinfo.fmt inrstex.fmt picplus.fmt +--- 30,36 ---- + # `make bases' will try to make, and `make install-formats' and `make + # install-bases' will try to install. See README.W2C for a brief + # description of each of these formats. +! formats=njtex.fmt njlatex.fmt + # jslitex.fmt amsjtex.fmt amsjlatex.fmt jfoiltex.fmt + #formats=tex.fmt latex.fmt etex.fmt + # slitex.fmt amslatex.fmt amstex.fmt texinfo.fmt inrstex.fmt picplus.fmt +*************** +*** 55,61 **** + + # Compiling. + CC = @CC@ +! coptimize = -O + # Some directories add more flags to this; hence this is not CFLAGS. + cflags = -I../$(srcdir)/lib $(coptimize) $(XCFLAGS) + +--- 55,61 ---- + + # Compiling. + CC = @CC@ +! coptimize = -O -m486 + # Some directories add more flags to this; hence this is not CFLAGS. + cflags = -I../$(srcdir)/lib $(coptimize) $(XCFLAGS) + +*************** +*** 71,77 **** + RANLIB = @RANLIB@ + + INSTALL = @INSTALL@ +! INSTALL_PROGRAM = @INSTALL_PROGRAM@ + INSTALL_DATA = @INSTALL_DATA@ + + # How to make a link. +--- 71,77 ---- + RANLIB = @RANLIB@ + + INSTALL = @INSTALL@ +! INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s + INSTALL_DATA = @INSTALL_DATA@ + + # How to make a link. +*************** +*** 133,139 **** + # + # The following targets build production versions. + +! all: programs manpages bases formats + + programs: stamp-tangle + for name in $(progdirs); \ +--- 133,139 ---- + # + # The following targets build production versions. + +! all: programs formats #manpages bases + + programs: stamp-tangle + for name in $(progdirs); \ +*************** +*** 208,214 **** + ln $(bindir)/virjtex $(bindir)/`basename $$f .fmt`; \ + $(INSTALL_DATA) jtex/$$f $(formatdir)/$$f; \ + done +! cd $(formatdir); rm -f jplain.fmt; ln jtex.fmt jplain.fmt + + install-bases: stamp-bases + -if test -d $(basedir); then exit 0; else mkdir $(basedir); fi +--- 208,214 ---- + ln $(bindir)/virjtex $(bindir)/`basename $$f .fmt`; \ + $(INSTALL_DATA) jtex/$$f $(formatdir)/$$f; \ + done +! cd $(formatdir); rm -f jplain.fmt; ln njtex.fmt jplain.fmt + + install-bases: stamp-bases + -if test -d $(basedir); then exit 0; else mkdir $(basedir); fi |