docs-common/stylesheet-images Makefile,1.1,1.2

Tommy Reynolds (jtr) fedora-docs-commits at redhat.com
Sat Apr 1 16:41:11 UTC 2006


Author: jtr

Update of /cvs/docs/docs-common/stylesheet-images
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4345

Modified Files:
	Makefile 
Log Message:
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 ;-)



Index: Makefile
===================================================================
RCS file: /cvs/docs/docs-common/stylesheet-images/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile	29 Mar 2006 15:51:52 -0000	1.1
+++ Makefile	1 Apr 2006 16:41:09 -0000	1.2
@@ -14,6 +14,11 @@
 %.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}




More information about the Fedora-docs-commits mailing list