diff options
author | asami <asami@FreeBSD.org> | 1997-05-20 12:50:55 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-05-20 12:50:55 +0800 |
commit | 0aa722d710dfc5c1ad150c4435314e8f913e741c (patch) | |
tree | fc26ee2b331db49be4a0816aac1189d04f8a3dbe /japanese/groff/files | |
parent | 8aa797d0fec4fbfa22cda57583f4d386abd02a4d (diff) | |
download | freebsd-ports-gnome-0aa722d710dfc5c1ad150c4435314e8f913e741c.tar.gz freebsd-ports-gnome-0aa722d710dfc5c1ad150c4435314e8f913e741c.tar.zst freebsd-ports-gnome-0aa722d710dfc5c1ad150c4435314e8f913e741c.zip |
Some corrections, also copy correct tmac files over.
PR: 3635
Submitted by: Kazuhiko Kiriyama <kiri@kiri.toba-cmt.ac.jp>
Diffstat (limited to 'japanese/groff/files')
-rw-r--r-- | japanese/groff/files/rc.diff | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/japanese/groff/files/rc.diff b/japanese/groff/files/rc.diff new file mode 100644 index 000000000000..1bb111dacb8a --- /dev/null +++ b/japanese/groff/files/rc.diff @@ -0,0 +1,20 @@ +--- tmac/eqnrc.orig Tue Mar 25 23:40:57 1997 ++++ tmac/eqnrc Fri May 2 23:37:04 1997 +@@ -51,6 +51,7 @@ + ifdef ascii ! define n %1% ! + ifdef latin1 ! define n %1% ! + ifdef koi8-r ! define n %1% ! ++ifdef nippon ! define n %1% ! + ifdef n ! + set nroff 1 + ! +--- tmac/troffrc.orig Tue Mar 25 23:40:57 1997 ++++ tmac/troffrc Fri May 2 23:37:43 1997 +@@ -13,6 +13,7 @@ + .do ds troffrc!ascii tmac.tty + .do ds troffrc!latin1 tmac.tty + .do ds troffrc!koi8-r tmac.tty ++.do ds troffrc!nippon tmac.tty + .do ds troffrc!lj4 tmac.lj4 + .do if d troffrc!\*[.T] \ + . do mso \*[troffrc!\*[.T]] |