From b22d066bbf12ce2b613a3b257f65b647759da93a Mon Sep 17 00:00:00 2001 From: Tommy Reynolds Date: Sat, 1 Apr 2006 16:41:09 +0000 Subject: Added note about what needs to be changed in the stylesheets if the number of callout graphics is changed. You probably don't want to change it ;-) --- stylesheet-images/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'stylesheet-images/Makefile') diff --git a/stylesheet-images/Makefile b/stylesheet-images/Makefile index a8082c8..80eb0ff 100644 --- a/stylesheet-images/Makefile +++ b/stylesheet-images/Makefile @@ -14,6 +14,11 @@ CALLSIZE =16 %.eps: %.png convert $< $@ +# If you change ${NCALLOUTS} from '15' then you need to set the +# +# stylesheet parameters in "../xsl/". Probably easier not to mess +# with changing ${NCALLOUTS}. + NCALLOUTS =15 CALLSVG :=$(foreach n,$(shell seq 1 ${NCALLOUTS}),${n}.svg) CALLPNG =${CALLSVG:.svg=.png} -- cgit