diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/hepthesis/example/Makefile')
-rw-r--r-- | Master/texmf-dist/doc/latex/hepthesis/example/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/hepthesis/example/Makefile b/Master/texmf-dist/doc/latex/hepthesis/example/Makefile index 5400f26abf8..6fd9df294f4 100644 --- a/Master/texmf-dist/doc/latex/hepthesis/example/Makefile +++ b/Master/texmf-dist/doc/latex/hepthesis/example/Makefile @@ -1,8 +1,8 @@ .PHONY: clean -EXTRASTYS = abhepexpt.sty abhep.sty abmath.sty lineno.sty SIunits.sty varwidth.sty +EXTRASTYS = abhepexpt.sty abhep.sty abmath.sty lineno.sty siunitx.sty SIunits.sty varwidth.sty -example.pdf: example.tex mythesis.cls chap1.tex chap2.tex chap3.tex frontmatter.tex appendices.tex +example.pdf: example.tex preamble.tex chap1.tex chap2.tex chap3.tex frontmatter.tex appendices.tex @rm -f $(EXTRASTYS) unzip extrastyles.zip @rm -f example.{aux,toc,lof,lot} |