diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-11-15 10:16:10 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-11-15 10:16:10 +0000 |
commit | a3fce4f1075fdacbe32f7195898c5a44ba6ed0ae (patch) | |
tree | a05eff9abd0771d1b1ee8a286adc98eb92e57a41 /japanese/ptex-common/files | |
parent | Make sure ftpget is executable, remove extraneous mkdir's. (diff) |
New version of ptex. Since it's somewhat incompatible with the previous
version, imported with suffix "2". Required for platex2e (coming soon).
Submitted by: ohmon@sfc.keio.ac.jp
Notes
Notes:
svn path=/head/; revision=2420
Diffstat (limited to 'japanese/ptex-common/files')
-rw-r--r-- | japanese/ptex-common/files/patch-aa | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/japanese/ptex-common/files/patch-aa b/japanese/ptex-common/files/patch-aa new file mode 100644 index 000000000000..b0fa0197bf60 --- /dev/null +++ b/japanese/ptex-common/files/patch-aa @@ -0,0 +1,18 @@ +--- web2c/web/Makefile.in.org Thu Nov 9 22:06:40 1995 +*** web2c/web/Makefile.in Thu Nov 9 22:07:02 1995 +*************** +*** 59,65 **** + + # To make tangleboot.p, we must assume a working tangle. + tangleboot.p: tangle.web tangle.ch +! tangle tangle.web tangle.ch + mv tangle.p tangleboot.p + + +--- 59,65 ---- + + # To make tangleboot.p, we must assume a working tangle. + tangleboot.p: tangle.web tangle.ch +! ./tangle tangle.web tangle.ch + mv tangle.p tangleboot.p + |