Skip to content

Commit a500b73

Browse files
committed
用 gbt7714 代替 gbt7714-2005.bst 文件
1 parent cfee9ef commit a500b73

File tree

3 files changed

+15
-2001
lines changed

3 files changed

+15
-2001
lines changed

Makefile

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
###############################################################################
1111

1212
PACKAGE=njuthesis
13-
BST_FILE=gbt7714-2005.bst
14-
BST_URL=https://raw.githubusercontent.com/Haixing-Hu/GBT7714-2005-BibTeX-Style/master/gbt7714-2005.bst
1513
SOURCES=$(PACKAGE).dtx $(PACKAGE).ins
1614
CLS=$(PACKAGE).cls $(PACKAGE).cfg dtx-style.sty
1715
SAMPLE=sample
@@ -22,13 +20,7 @@ INSTITUTE_NAME=njuname.pdf
2220

2321
.PHONY: all clean cls doc sample
2422

25-
all: bst cls doc sample
26-
27-
###### update bst file
28-
bst: $(BST_FILE)
29-
30-
$(BST_FILE):
31-
curl $(BST_URL) -o $(BST_FILE)
23+
all: cls doc sample
3224

3325
###### generate cls/cfg
3426
cls: $(CLS)
@@ -50,7 +42,7 @@ $(PACKAGE).pdf: $(CLS)
5042

5143
sample: $(SAMPLE).pdf
5244

53-
$(SAMPLE).pdf: $(CLS) $(INSTITUTE_LOGO) $(INSTITUTE_NAME) $(BST_FILE) $(SAMPLE).tex $(SAMPLEBIB)
45+
$(SAMPLE).pdf: $(CLS) $(INSTITUTE_LOGO) $(INSTITUTE_NAME) $(SAMPLE).tex $(SAMPLEBIB)
5446
latexmk -xelatex -synctex=1 $(SAMPLE).tex
5547

5648
###### clean

0 commit comments

Comments
 (0)