all: ./gb-TEMPLATE --papersize=A3 --size=13 --notxt > gb13a3.ps ./gb-TEMPLATE --papersize=A3 --size=13 \ --txtlft='Cambridge University Go Society' \ --txtrgt='http://www.societies.cam.ac.uk/cugos/' > gb13a3-CAMBRIDGE.ps ./gb-TEMPLATE --papersize=A3 --size=9 --hh="3 7" --notxt > gb9a3.ps ./gb-TEMPLATE --papersize=A3 --size=9 --hh="3 7" \ --txtlft='Cambridge University Go Society' \ --txtrgt='http://www.societies.cam.ac.uk/cugos/' > gb9a3-CAMBRIDGE.ps ./gb-TEMPLATE --papersize=A4 --size=9 --hh="3 7" --notxt > gb9a4.ps ./gb-TEMPLATE --papersize=A4 --size=9 --hh="3 7" \ --txtlft='Cambridge University Go Society' \ --txtrgt='http://www.societies.cam.ac.uk/cugos/' > gb9a4-CAMBRIDGE.ps pdf: ps2pdf gb13a3.ps ps2pdf gb13a3-CAMBRIDGE.ps ps2pdf gb9a3.ps ps2pdf gb9a3-CAMBRIDGE.ps ps2pdf gb9a4.ps ps2pdf gb9a4-CAMBRIDGE.ps