[Synopsis-changes] Synopsis/Synopsis/doc/Tutorial Makefile,1.13,1.14 fo.xsl,1.1,1.2

Stefan Seefeld stefan at synopsis.fresco.org
Tue Dec 9 00:54:40 UTC 2003


Update of /cvs/synopsis/Synopsis/doc/Tutorial
In directory frida:/tmp/cvs-serv4816/doc/Tutorial

Modified Files:
	Makefile fo.xsl 
Log Message:
compile pdf correctly

Index: Makefile
===================================================================
RCS file: /cvs/synopsis/Synopsis/doc/Tutorial/Makefile,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -d -r1.13 -r1.14
--- Makefile	8 Dec 2003 18:24:20 -0000	1.13
+++ Makefile	9 Dec 2003 00:54:37 -0000	1.14
@@ -27,7 +27,7 @@ Tutorial.pdf: Tutorial.fo $(appendix)
 	fop $< $@
 
 Tutorial.fo: Tutorial.xml
-	xsltproc --novalid --xinclude -o $@ $(srcdir)/fo.xsl $^
+	xsltproc --novalid --path $(shell pwd) --xinclude -o $@ $(srcdir)/fo.xsl $^
 	mkdir -p images
 	cp -u $(srcdir)/images/*.svg images/
 

Index: fo.xsl
===================================================================
RCS file: /cvs/synopsis/Synopsis/doc/Tutorial/fo.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -d -r1.1 -r1.2
--- fo.xsl	3 Dec 2003 06:56:36 -0000	1.1
+++ fo.xsl	9 Dec 2003 00:54:37 -0000	1.2
@@ -9,4 +9,6 @@
 <xsl:param name="use.extensions" select="1"/>
 <xsl:param name="fop.extensions" select="1"/>
 <xsl:param name="shade.verbatim" select="1"/>
+<!-- I'd prefer tables, but fop does a bad job with the layout -->
+<!-- <xsl:param name="segmentedlist.as.table" select="1"/> -->
 </xsl:stylesheet>





More information about the Synopsis-changes mailing list