From 11f8ab89ae9f61af344e197e6945a480cb47ec4a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 5 Mar 2019 18:21:25 +0000 Subject: [PATCH] build cmyk.pdf --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 1c648f7..0e1cc20 100644 --- a/Makefile +++ b/Makefile @@ -23,6 +23,9 @@ all: maxprintable.ps minprintable.ps boundings.ps \ $(addprefix a4-test-,$(addsuffix .ps, b m t)) \ $(addprefix layout-test-,$(addsuffix .ps, b m t)) +cmyk.pdf: cmyk.ps Makefile + ps2pdf -dAutoRotatePages=/None cmyk.ps $@.tmp && $i + map.plag: generate-plag input-graph Parse.pm ./$< input-graph $o -- 2.30.2