Skip to content
Snippets Groups Projects
Verified Commit d178a19b authored by Malin Freeborn's avatar Malin Freeborn
Browse files

fix booklet.pdf

parent 855595ec
Branches
No related tags found
No related merge requests found
......@@ -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
......@@ -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 )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment