Skip to content

Commit

Permalink
reorder printing of variables
Browse files Browse the repository at this point in the history
Signed-off-by: Toshaan Bharvani <[email protected]>
  • Loading branch information
toshywoshy committed Jun 11, 2024
1 parent d540b97 commit 9b83b15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ pdf: gitinfo build

build: sponsordoc.tex
@test -d $(TMPDIR) || mkdir $(TMPDIR)
@echo "TAG : "$(FIRSTTAG)
@echo "TMPDIR : $(TMPDIR)"
@echo "TAG : $(FIRSTTAG)"
@pdflatex -version
@echo "Running 2 compiles $(TMPDIR)"
@echo "Running 2 compiles"
@pdflatex -output-directory=$(TMPDIR) -interaction=batchmode -file-line-error -no-shell-escape $< > /dev/null
@pdflatex -output-directory=$(TMPDIR) -interaction=batchmode -file-line-error -no-shell-escape $< > /dev/null
@cp $(TMPDIR)/sponsordoc.pdf sponsordoc.pdf
@echo $(FIRSTTAG) > $(TMPDIR)/version
@echo "Sponsor Document PDF Ready"

.PHONY: gitinfo
Expand Down

0 comments on commit 9b83b15

Please sign in to comment.