diff options
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) |