summaryrefslogtreecommitdiffstats
path: root/stylesheet-images/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheet-images/Makefile')
-rw-r--r--stylesheet-images/Makefile5
1 files changed, 5 insertions, 0 deletions
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
+# <xsl:param name="callout.graphics.number.limit" select="'15'"/>
+# 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}