export TEXINPUTS=.:..: all: $P.ps %.dvi: %.tex ../sgr.tex ../ga.bib csplain $< && if grep -q citation $*.aux ; then bibtex $* && csplain $< && csplain $< ; fi #%.pdf: %.tex ../sgr.tex ../ga.bib # pdfcsplain $< %.ps: %.dvi dvips -D600 -o $@ -O-15.4mm,-15.4mm -t a5 $< #%-booklet.ps: %.ps # psbook <$< | pstops '2:0L(210mm,0)+1L(210mm,148mm)' | sed 's/^%%BoundingBox: .*/%%BoundingBox: 0 0 595 842/;s/^%%DocumentPaperSizes:.*/%%DocumentPaperSizes: a4\n%%Orientation: Landscape/' >$@ #%-2in1.ps: %.ps # pstops '2:0L(210mm,0mm)+1L(210mm,148mm)' <$< | sed 's/^%%BoundingBox: .*/%%BoundingBox: 0 0 595 842/;s/^%%DocumentPaperSizes:.*/%%DocumentPaperSizes: a4\n%%Orientation: Landscape/' >$@ %.pdf: %.ps ps2pdf $< $@ %-2in1.pdf: %.pdf pspdftool 'nup(2, paper=a4)' $< $@ %-booklet.pdf: %.pdf pspdftool 'book nup(2, paper=a4)' $< $@ mostlyclean: rm -f *.dvi *.log *~ core *.o *.aux *.bbl *.blg *.toc clean:: mostlyclean rm -f *.ps *.pdf ifndef CUSTOM_UPLOAD upload:: make $P-booklet.pdf scp -C $P-booklet.pdf jabberwock:www/vyuka/ga/ endif .SECONDARY: