*** jtex-1.52/Makefile.in.orig	Mon Jan 31 12:18:21 1994
--- jtex-1.52/Makefile.in	Sat Aug 19 14:39:50 2000
***************
*** 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
***************
*** 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