mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
1f0164aa5b
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
22 lines
375 B
Plaintext
22 lines
375 B
Plaintext
*** 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)
|