Skip to content
Snippets Groups Projects
Commit a58125ba authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

Archiverzeugung

parent fbfebd44
No related branches found
No related tags found
No related merge requests found
# Rolf Niepraschk, 2015/03/19, Rolf.Niepraschk@ptb.de
# Rolf Niepraschk, 2015/03/20, Rolf.Niepraschk@ptb.de
.SUFFIXES : .tex .ltx .dvi .ps .pdf .eps
DOC1 = ptbposter-test-hoch
DOC2 = ptbposter-test-quer
ADDINPUTS = ptbposter-inc.tex ptbposter.cls
ARCHNAME = ptbposter-$(shell date +%Y-%m-%d).zip
ADDINPUTS = ptbposter-inc.tex ptbposter.cls ptbposter-logo.pdf
all : ptbposter-test-hoch.pdf ptbposter-test-quer.pdf
......@@ -23,4 +25,7 @@ veryclean : clean
$(RM) $(addprefix $(DOC1), .pdf)
$(RM) $(addprefix $(DOC2), .pdf)
arch :
zip $(ARCHNAME) $(DOC1).tex $(DOC2).tex $(ADDINPUTS)
@ echo $(ARCHNAME)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment