[Mockpp-commits] mockpp/mockpp/docs/en customize.xsl,1.10,1.11 .cvsignore,1.7,1.8 Makefile.am,1.35,1
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-11-14 19:42:22
|
Update of /cvsroot/mockpp/mockpp/mockpp/docs/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9441/mockpp/docs/en Modified Files: .cvsignore Makefile.am Added Files: customize.xsl Removed Files: customize.xsl.in Log Message: use public identifiers Index: .cvsignore =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/docs/en/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- .cvsignore 29 May 2005 20:09:39 -0000 1.7 +++ .cvsignore 14 Nov 2005 19:42:14 -0000 1.8 @@ -5,4 +5,3 @@ Makefile.in index.cache.bz2 *.kdevses -customize.xsl --- customize.xsl.in DELETED --- --- NEW FILE: customize.xsl --- <?xml version='1.0'?> <!-- Common custumisation options $Id: customize.xsl,v 1.11 2005/11/14 19:42:14 ewald-arnold Exp $ --> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl"/> <!-- <xsl:template name="user.footer.content"> <HR/><center><P class="copyright">© 2002 Megacorp, Inc.</P> <br /> </center> </xsl:template> user.header.navigation Called before standard navigational header. header.navigation The standard navigational header. user.header.content Called after standard navigational header but before any other content. user.footer.content Called after the chunk content but before the standard navigational footer. footer.navigation The standard navigational footer. user.footer.navigation Called after the standard navigational footer --> <xsl:param name="html.stylesheet" select="'common/mockpp.css'"/> <xsl:param name="admon.graphics" select="1"/> <xsl:param name="linenumbering.extension" select="1"/> <xsl:param name="chapter.autolabel" select="1"/> <xsl:param name="appendix.autolabel" select="1"/> <xsl:param name="section.autolabel" select="1"/> <!-- xsl:param name="section.autolabel.max.depth" select="4"/ --> <xsl:param name="section.label.includes.component.label" select="1"/> <xsl:param name="callout.graphics.number.limit" select="'15'"/> <xsl:param name="use.id.as.filename" select="'1'"/> <xsl:param name="use.extensions" select="'1'"/> </xsl:stylesheet> Index: Makefile.am =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/docs/en/Makefile.am,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- Makefile.am 14 Nov 2005 19:35:08 -0000 1.35 +++ Makefile.am 14 Nov 2005 19:42:14 -0000 1.36 @@ -24,10 +24,7 @@ ################################################################ -$(srcdir)/customize.xsl: customize.xsl - cp $< $@ - -html-chunk-files: $(srcdir)/customize.xsl +html-chunk-files: -test -L tutorial && rm tutorial ln -s ../../examples/tutorial/html tutorial -test -L api-doc && rm api-doc @@ -40,7 +37,7 @@ cp -R $(srcdir)/images var xsltproc --nonet -o var/ $(srcdir)/customize-chunked.xsl $(srcdir)/index.docbook -html-flat-files: $(srcdir)/customize.xsl +html-flat-files: -test -L tutorial && rm tutorial ln -s ../../examples/tutorial/html tutorial -test -L api-doc && rm api-doc |