diff --git a/Makefile b/Makefile index 11bae0946ae56321ec49db093fcfa1a37f71c360..8ee68ed72de61cfd7112eeeebe61375504893db1 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,12 @@ resources.pdf: HANDOUTS STYLE_FILES | $(DROSS) $(RUN) resources.tex $(CP) $(DROSS)/resources.pdf resources.pdf +booklet.pdf: STYLE_FILES HANDOUTS | $(DROSS) + $(RUN) booklet.tex + $(RUN) booklet.tex + @pdfjam --angle 90 $(DROSS)/booklet.pdf --no-landscape --outfile $@ + .PHONY: all clean -all: docs.pdf config/booklet.pdf resources.pdf $(DROSS)/test.pdf +all: docs.pdf booklet.pdf resources.pdf $(DROSS)/test.pdf clean: $(CLEAN) images/wide.jpg diff --git a/vars b/vars index 7405ce798943d1c3bbf5a2354de4eec8ddbec9c7..014240651d468017a2aacbff235f56fb2951171a 100644 --- a/vars +++ b/vars @@ -40,11 +40,6 @@ qr.tex: README.md config/vars $(DROSS): mkdir $(DROSS) -config/booklet.pdf: STYLE_FILES HANDOUTS | $(DROSS) - $(RUN) booklet.tex - $(RUN) booklet.tex - @pdfjam --angle 90 $(DROSS)/booklet.pdf --no-landscape --outfile $@ - check: @command -v git >/dev/null || ( echo install git && exit 1 ) @command -v git-lfs >/dev/null || ( echo install git-lfs && exit 1 )