diff options
author | Karl Berry <karl@freefriends.org> | 2017-12-04 21:56:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-12-04 21:56:57 +0000 |
commit | 97456c316c39f420ca1c19078ee72dd2ed2cce4d (patch) | |
tree | a6fe70bdab15bd5984ca84b7a93733049e08eb73 /Master/texmf-dist/doc/latex/thuthesis/Makefile | |
parent | fc1a13a19fc750c6a8878ec179fe17f9ff0f6dea (diff) |
thuthesis (4dec17)
git-svn-id: svn://tug.org/texlive/trunk@45983 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/thuthesis/Makefile')
-rw-r--r-- | Master/texmf-dist/doc/latex/thuthesis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/thuthesis/Makefile b/Master/texmf-dist/doc/latex/thuthesis/Makefile index ec0fc5362a6..2237a9d993f 100644 --- a/Master/texmf-dist/doc/latex/thuthesis/Makefile +++ b/Master/texmf-dist/doc/latex/thuthesis/Makefile @@ -15,7 +15,7 @@ THESISCONTENTS=$(THESISMAIN).tex data/*.tex $(FIGURES) # NOTE: update this to reflect your local file types. FIGURES=$(wildcard figures/*.eps figures/*.pdf) BIBFILE=ref/*.bib -BSTFILE=bst/*.bst +BSTFILE=*.bst SHUJICONTENTS=$(SHUJIMAIN).tex CLSFILES=dtx-style.sty $(PACKAGE).cls $(PACKAGE).cfg |