diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-10-04 17:20:32 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-10-04 17:20:32 +0000 |
commit | f9b83f09859bcdd1a4257022065d1a3e4ee23b57 (patch) | |
tree | 4ff678e92464d52a7d5c2fa4b2e697d0a2e9e93f /japanese/ptex/files | |
parent | Port of pTeX that installs files to support JIS code. (diff) |
Port of pTeX that installs files to support EUC.
Diffstat (limited to 'japanese/ptex/files')
-rw-r--r-- | japanese/ptex/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/japanese/ptex/files/patch-aa b/japanese/ptex/files/patch-aa new file mode 100644 index 000000000000..6e9266b224aa --- /dev/null +++ b/japanese/ptex/files/patch-aa @@ -0,0 +1,11 @@ +--- Makefile.in.orig Wed Aug 27 16:07:43 1997 ++++ Makefile.in Sun Oct 5 00:05:12 1997 +@@ -225,7 +225,7 @@ + $(SHELL) $(top_srcdir)/mkdirchain \ + $(texpooldir) $(web2cdir) $(fontnamedir) + $(INSTALL_DATA) ptex.pool $(texpooldir)/ptex.pool +- $(SHELL) $(thisdir)/mkconf $(web2cdir) ++# $(SHELL) $(thisdir)/mkconf $(web2cdir) + # tcx files are a bad idea + # cd $(srcdir)/share && for f in *.tcx; do \ + # $(INSTALL_DATA) $$f $(web2cdir)/$$f; done |