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

create separate markets handout

parent da8f1913
Branches
No related tags found
No related merge requests found
...@@ -39,6 +39,11 @@ booklet.pdf: | STYLE_FILES HANDOUTS $(DROSS) ...@@ -39,6 +39,11 @@ booklet.pdf: | STYLE_FILES HANDOUTS $(DROSS)
rules.pdf: /tmp/p_1.pdf /tmp/p_2.pdf rules.pdf: /tmp/p_1.pdf /tmp/p_2.pdf
pdfunite $^ $@ pdfunite $^ $@
markets.pdf: config/market.sty $(wildcard config/markets/*) | $(DROSS)
$(RUN) -jobname markets markets/all.tex
$(RUN) -jobname markets markets/all.tex
$(CP) $(DROSS)/$@ .
.PHONY: all clean .PHONY: all clean
all: docs.pdf rules.pdf resources.pdf $(DROSS)/test.pdf all: docs.pdf rules.pdf resources.pdf $(DROSS)/test.pdf
clean: clean:
......
\documentclass[a4paper,openany]{book}
\usepackage{config/bind}
\begin{document}
\frontmatter
\pagestyle{empty}
\setcounter{pageDarkness}{90}
\input{config/markets/bailey.tex}
\cleardoublepage
\input{config/markets/bailey.tex}
\cleardoublepage
\input{config/markets/town.tex}
\cleardoublepage
\end{document}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment