summaryrefslogtreecommitdiffstats
path: root/stylesheet-images
diff options
context:
space:
mode:
authorTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2006-04-01 16:41:09 +0000
committerTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2006-04-01 16:41:09 +0000
commitb22d066bbf12ce2b613a3b257f65b647759da93a (patch)
tree4955392184899aa34bf6ae7a4829adc73ad02939 /stylesheet-images
parenta23e49443a1634e7de8d9524da67d251bec2d561 (diff)
downloadfedora-doc-utils-b22d066bbf12ce2b613a3b257f65b647759da93a.tar.gz
fedora-doc-utils-b22d066bbf12ce2b613a3b257f65b647759da93a.tar.xz
fedora-doc-utils-b22d066bbf12ce2b613a3b257f65b647759da93a.zip
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 ;-)
Diffstat (limited to 'stylesheet-images')
-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}