X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=Makerules;h=e3910b9308fda9bfdb9bed85f3241f88701e430d;hb=8fd7530a52f4c19dccc1c9a8f29f2ca987458319;hp=c2a64928554341daaef2c9bef9c4bb9fed587e8c;hpb=fc12bb57ca44a624bd36ee77633b6df05d292912;p=ads2.git diff --git a/Makerules b/Makerules index c2a6492..e3910b9 100644 --- a/Makerules +++ b/Makerules @@ -15,10 +15,10 @@ all: $P.ps dvipdfm -o $@ -x 9mm -y 9mm -p a5 -r 600 -z 9 $< %-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/' >$@ + psbook <$< | pstops '2:0L(210mm,0)+1L(210mm,148mm)' | ../utils/pstopsfix | 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/' >$@ + pstops '2:0L(210mm,0mm)+1L(210mm,148mm)' <$< | ../utils/pstopsfix | sed 's/^%%BoundingBox: .*/%%BoundingBox: 0 0 595 842/;s/^%%DocumentPaperSizes:.*/%%DocumentPaperSizes: a4\n%%Orientation: Landscape/' >$@ mostlyclean: rm -f *.dvi *.log *~ core *.o *.aux *.bbl *.blg