summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/hepthesis/Makefile
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-12-02 22:29:00 +0000
committerKarl Berry <karl@freefriends.org>2014-12-02 22:29:00 +0000
commitd2938aa6c432888fefa593905d2cc305b6a9ee10 (patch)
tree76838b14f01bf3f375b082ce1be9184c9c03342c /Master/texmf-dist/doc/latex/hepthesis/Makefile
parent8cc3782ca32c5b02e8cabda0769ccb893b8efde0 (diff)
hepthesis (2dec14)
git-svn-id: svn://tug.org/texlive/trunk@35720 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/hepthesis/Makefile')
-rw-r--r--Master/texmf-dist/doc/latex/hepthesis/Makefile24
1 files changed, 12 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/latex/hepthesis/Makefile b/Master/texmf-dist/doc/latex/hepthesis/Makefile
index 4c84db67b0b..68039accc13 100644
--- a/Master/texmf-dist/doc/latex/hepthesis/Makefile
+++ b/Master/texmf-dist/doc/latex/hepthesis/Makefile
@@ -1,21 +1,21 @@
HT := hepthesis
.PHONY: all clean check
-all: $(HT).tar.gz
+all: $(HT).zip
@true
-$(HT).tar.gz: README ChangeLog $(HT).pdf example/example.pdf
+$(HT).zip: README ChangeLog $(HT).pdf example/example.pdf
@rm -rf $(HT)
@mkdir $(HT)
- @cp README TODO ChangeLog Makefile $(HT).pdf $(HT).cls $(HT).tex $(HT)
+ @cp README TODO ChangeLog Makefile $(HT).pdf $(HT).cls $(HT).tex $(HT)/
@mkdir $(HT)/example
- @cp example/*.pdf example/*.tex example/extrastyles.zip example/Makefile $(HT)/example
- @cp example/getNewBibtex example/h-physrev.bst $(HT)/example
- @cp example/mythesis.bib example/mythesis.cls example/mythesis.sty example/mythesismath.sty $(HT)/example
- tar czf $@ $(HT)
+ @cp example/*.pdf example/*.tex example/extrastyles.zip example/Makefile $(HT)/example/
+ @cp example/getNewBibtex example/h-physrev.bst $(HT)/example/
+ @cp example/mythesis.bib example/preamble.tex example/mythesismath.sty $(HT)/example/
+ zip -r $@ $(HT)
@rm -rf $(HT)
-$(HT).pdf: $(HT).tex example/example.pdf
+$(HT).pdf: $(HT).tex example/example.pdf
(rm -f $(HT).{aux,toc,lof,lot} && pdflatex $(HT).tex && pdflatex $(HT).tex && rm -f $(HT).{aux,toc,lof,lot})
example/example.pdf: force_look
@@ -23,14 +23,14 @@ example/example.pdf: force_look
clean:
@rm -rf $(HT)
- @rm -f $(HT).tar.gz
+ @rm -f $(HT).zip
@rm -f $(HT).pdf $(HT).log $(HT).aux $(HT).out $(HT).dvi comment.cut
cd example && $(MAKE) $(MFLAGS) clean
-check: $(HT).tar.gz
+check: $(HT).zip
@rm -rf $(HT)
- @tar xzf $(HT).tar.gz
+ @unzip $(HT).zip
(cd $(HT) && make $(HT).pdf && make example/example.pdf)
force_look:
- @true \ No newline at end of file
+ @true