From 80fab721c63176c2cf65c7375a75ad83889df373 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 3 Mar 2019 10:49:00 +0000 Subject: [PATCH] rename test.ps to whole.ps --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 0169a4a..3cd9347 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ PLANAR_GRAPH=planar-graph default: all -all: test.ps layout-test.ps \ +all: whole.ps layout-test.ps \ $(addprefix a4-test-,$(addsuffix .ps, b m t)) \ $(addprefix layout-test-,$(addsuffix .ps, b m t)) @@ -29,16 +29,16 @@ opt.plag: maybe-rerun-optim map.plag $(PLANAR_GRAPH) Makefile faces.plag: opt.plag $(PLANAR_GRAPH) Makefile $(PLANAR_GRAPH) RF $< W-FACES $@.tmp && $i -test.ps: generate-board faces.plag input-graph misc-data.pl Parse.pm +whole.ps: generate-board faces.plag input-graph misc-data.pl Parse.pm ./generate-board -XS faces.plag input-graph $o -layout-test.ps: test.ps Makefile Parse.pm +layout-test.ps: whole.ps Makefile Parse.pm ./generate-board -XW faces.plag input-graph $o layout-test-%.ps: layout-test-prefix-%.ps layout-test.ps cat $^ $o -a4-test-%.ps: layout-test-prefix-%.ps test.ps +a4-test-%.ps: layout-test-prefix-%.ps whole.ps cat $^ $o #map.ps: map.dot -- 2.30.2