diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-11 08:42:48 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-11 08:42:48 +0000 |
commit | 1f0164aa5b3cdd4f0d10e248cfc2af8bfb264c46 (patch) | |
tree | 08c438a41504fe3195373e1ba321aa6f0dde8c82 /japanese/jtex209-both/files/patch-ag | |
parent | Command line argument is checked and exits if $2!=POST-INSTALL. (diff) |
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
Diffstat (limited to 'japanese/jtex209-both/files/patch-ag')
-rw-r--r-- | japanese/jtex209-both/files/patch-ag | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/japanese/jtex209-both/files/patch-ag b/japanese/jtex209-both/files/patch-ag new file mode 100644 index 000000000000..d5a6f2fd9a60 --- /dev/null +++ b/japanese/jtex209-both/files/patch-ag @@ -0,0 +1,21 @@ +*** jtex1.7/jtex/BibTeX/bst/Makefile.orig Thu Jun 6 22:21:52 1996 +--- jtex1.7/jtex/BibTeX/bst/Makefile Thu Jun 6 22:22:05 1996 +*************** +*** 3,10 **** + + all: bst + +! bst: generate.sh jbtxbst.doc +! generate.sh + + clean: + $(RM) $(BSTFILE) +--- 3,10 ---- + + all: bst + +! bst: ./generate.sh jbtxbst.doc +! ./generate.sh + + clean: + $(RM) $(BSTFILE) |