From e312ef603d1148bb8bb4ff05aeb025956fefe571 Mon Sep 17 00:00:00 2001 From: ian Date: Sat, 7 Oct 2006 00:56:48 +0000 Subject: [PATCH] print pages for l4 not l0 --- layout/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/Makefile b/layout/Makefile index c6bee9c..f6e6b87 100644 --- a/layout/Makefile +++ b/layout/Makefile @@ -18,7 +18,7 @@ LAYERS_E= $(addprefix ours-e, $(LAYERS_PS)) LAYERS_M= $(addprefix ours-m, $(LAYERS_PS)) LAYERS= $(LAYERS_L) $(LAYERS_E) $(LAYERS_M) -LPAGES= $(foreach x, 0 1 2 3 4 5 6, $(foreach y, 1 2 3 4 5, ours-p0-$xx$y.ps)) +LPAGES= $(foreach x, 0 1 2 3 4 5 6, $(foreach y, 1 2 3 4 5, ours-p4-$xx$y.ps)) CPROGS= subseg2display compose-segenco -- 2.30.2