1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/japanese/jtex209-both/files/patch-af
Satoshi Asami 1f0164aa5b Japanese tex/latex. Builds both NTT and ASCII (no, not the American
character code, this one is a Japanese publisher) versions.  Many
files from this port (including the Makefile, hence the "?=" in
DISTNAME) are used for jtex209-ntt an jtex209-ascii ports.

Submitted by:	mita@jp.FreeBSD.org
1996-11-11 08:42:48 +00:00

34 lines
1.7 KiB
Plaintext

*** jtex1.7/jtex/BibTeX/bst/generate.sh.orig Thu Jun 6 21:29:34 1996
--- jtex1.7/jtex/BibTeX/bst/generate.sh Thu Jun 6 21:29:53 1996
***************
*** 1,14 ****
#!/bin/sh
# use cpp
! /lib/cpp -P -DJPLAIN jbtxbst.doc|sed -e '/^%/d' -e '/^$/d' >jplain.bst
! /lib/cpp -P -DJALPHA jbtxbst.doc|sed -e '/^%/d' -e '/^$/d' >jalpha.bst
! /lib/cpp -P -DJUNSRT jbtxbst.doc|sed -e '/^%/d' -e '/^$/d' >junsrt.bst
! /lib/cpp -P -DJABBRV jbtxbst.doc|sed -e '/^%/d' -e '/^$/d' >jabbrv.bst
! /lib/cpp -P -DJIPSJ jbtxbst.doc|sed -e '/^%/d' -e '/^$/d' >jipsj.bst
! /lib/cpp -P -DTIPSJ jbtxbst.doc|sed -e '/^%/d' -e '/^$/d' >tipsj.bst
! /lib/cpp -P -DTIEICE jbtxbst.doc|sed -e '/^%/d' -e '/^$/d' >tieice.bst
! /lib/cpp -P -DJNAME jbtxbst.doc|sed -e '/^%/d' -e '/^$/d' >jname.bst
! /lib/cpp -P -DJORSJ jbtxbst.doc|sed -e '/^%/d' -e '/^$/d' >jorsj.bst
# use gawk
#gawk -f cpp.awk JPLAIN >jplain.bst
#gawk -f cpp.awk JALPHA >jalpha.bst
--- 1,14 ----
#!/bin/sh
# use cpp
! /usr/bin/cpp -P -DJPLAIN jbtxbst.doc|sed -e '/^%/d' -e '/^$/d' >jplain.bst
! /usr/bin/cpp -P -DJALPHA jbtxbst.doc|sed -e '/^%/d' -e '/^$/d' >jalpha.bst
! /usr/bin/cpp -P -DJUNSRT jbtxbst.doc|sed -e '/^%/d' -e '/^$/d' >junsrt.bst
! /usr/bin/cpp -P -DJABBRV jbtxbst.doc|sed -e '/^%/d' -e '/^$/d' >jabbrv.bst
! /usr/bin/cpp -P -DJIPSJ jbtxbst.doc|sed -e '/^%/d' -e '/^$/d' >jipsj.bst
! /usr/bin/cpp -P -DTIPSJ jbtxbst.doc|sed -e '/^%/d' -e '/^$/d' >tipsj.bst
! /usr/bin/cpp -P -DTIEICE jbtxbst.doc|sed -e '/^%/d' -e '/^$/d' >tieice.bst
! /usr/bin/cpp -P -DJNAME jbtxbst.doc|sed -e '/^%/d' -e '/^$/d' >jname.bst
! /usr/bin/cpp -P -DJORSJ jbtxbst.doc|sed -e '/^%/d' -e '/^$/d' >jorsj.bst
# use gawk
#gawk -f cpp.awk JPLAIN >jplain.bst
#gawk -f cpp.awk JALPHA >jalpha.bst