diff --git a/Makefile b/Makefile index f2d5f71537428b455b286d53d7f3db94902e1aca..d883a62bdf29a781e334689d631a912b8f010764 100644 --- a/Makefile +++ b/Makefile @@ -39,6 +39,11 @@ booklet.pdf: | STYLE_FILES HANDOUTS $(DROSS) rules.pdf: /tmp/p_1.pdf /tmp/p_2.pdf 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 all: docs.pdf rules.pdf resources.pdf $(DROSS)/test.pdf clean: diff --git a/markets/all.tex b/markets/all.tex new file mode 100644 index 0000000000000000000000000000000000000000..227cdae076db304d6a0bb0594b3536dc3cfa7982 --- /dev/null +++ b/markets/all.tex @@ -0,0 +1,19 @@ +\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}