File tree Expand file tree Collapse file tree 3 files changed +15
-2001
lines changed
Expand file tree Collapse file tree 3 files changed +15
-2001
lines changed Original file line number Diff line number Diff line change 1010# ##############################################################################
1111
1212PACKAGE =njuthesis
13- BST_FILE =gbt7714-2005.bst
14- BST_URL =https://raw.githubusercontent.com/Haixing-Hu/GBT7714-2005-BibTeX-Style/master/gbt7714-2005.bst
1513SOURCES =$(PACKAGE ) .dtx $(PACKAGE ) .ins
1614CLS =$(PACKAGE ) .cls $(PACKAGE ) .cfg dtx-style.sty
1715SAMPLE =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
3426cls : $(CLS )
@@ -50,7 +42,7 @@ $(PACKAGE).pdf: $(CLS)
5042
5143sample : $(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
You can’t perform that action at this time.
0 commit comments