chiark / gitweb /
layout/Makefile: add ours-E*.ps
authorIan Jackson <ian@liberator.relativity.greenend.org.uk>
Mon, 22 Nov 2010 02:12:15 +0000 (02:12 +0000)
committerIan Jackson <ian@liberator.relativity.greenend.org.uk>
Mon, 22 Nov 2010 02:12:15 +0000 (02:12 +0000)
layout/Makefile

index 63b87e59b278d4232b3fb81585e8f65818d46bc0..ad28b0551c0a23d1db43085cf8a1471b8b0caf80 100644 (file)
@@ -33,9 +33,10 @@ LAYERS_LS=   0 4 10 26 30
 LAYERS_PS=     $(addsuffix .ps, $(LAYERS_LS))
 LAYERS_L=      $(addprefix ours-l, $(LAYERS_PS))
 LAYERS_E=      $(addprefix ours-e, $(LAYERS_PS)) ours-e20.ps
+LAYERS_EB=     $(addprefix ours-E, $(LAYERS_PS))
 LAYERS_S=      $(addprefix ours-s, $(LAYERS_PS))
 LAYERS_M=      $(addprefix ours-m, $(LAYERS_PS))
-LAYERS=                $(LAYERS_L) $(LAYERS_E) $(LAYERS_S) $(LAYERS_M) \
+LAYERS=                $(LAYERS_L) $(LAYERS_E) $(LAYERS_EB) $(LAYERS_S) $(LAYERS_M) \
                testphys-a.ps testphys-m4.ps
 
 LPAGES=         $(foreach x, 0 1 2 3 4 5 6, $(foreach y, 1 2 3 4 5, ours-p4-$xx$y.ps))
@@ -180,6 +181,10 @@ testphys-m%.ps:    testphys.d4 layout
 ours-e%.ps:    ours.d4 layout
                $(LAYOUT) <$< -l$* $(LAYOUTOPTS_E) $(LAYOUTOPTS_COLOUR) $o
 
+ours-E%.ps:    ours.d4 layout
+               $(LAYOUT) <$< -l$* $(LAYOUTOPTS_E) -Cl=- \
+                       -CR=#88f -CM=#ccf -E*d -El*c $o
+
 ours-p%.ps:    ours.d4 layout
                $(LAYOUT) <$< -l$$(printf %s "$*" | sed -e 's/-/ -P/') \
                        $(LAYOUTOPTS_PHYS) $(XLAYOUTOPTS_LAYER) $o