https://github.com/Kitware/CMake
Revision a3b7caaf5f661a9e07e1af5ee8a677f676714025 authored by David Cole on 27 March 2012, 19:56:31 UTC, committed by CMake Topic Stage on 27 March 2012, 19:56:31 UTC
9b32475 automoc: add define to test which caused bug #13018
2066511 automoc: fix #13018, proper cmake escaping to avoid false rebuilds
c652812 make cmLocalGenerator::EscapeForCMake() static

2 parent s ef309e9 + 9b32475
Raw File
Tip revision: a3b7caaf5f661a9e07e1af5ee8a677f676714025 authored by David Cole on 27 March 2012, 19:56:31 UTC
Merge topic 'AutomocProperCMakeEscaping_13018'
Tip revision: a3b7caa
bz-common.xsl
<?xml version="1.0"?> <!-- -*- sgml -*- -->
<xsl:stylesheet 
     xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">

<!-- we like '1.2 Title' -->
<xsl:param name="section.autolabel" select="'1'"/> 
<xsl:param name="section.label.includes.component.label" select="'1'"/>

<!-- Do not put 'Chapter' at the start of eg 'Chapter 1. Doing This' -->
<xsl:param name="local.l10n.xml" select="document('')"/> 
<l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"> 
  <l:l10n language="en"> 
    <l:context name="title-numbered">
      <l:template name="chapter" text="%n.&#160;%t"/>
    </l:context> 
  </l:l10n>
</l:i18n>

<!-- don't generate sub-tocs for qanda sets -->
<xsl:param name="generate.toc">
set       toc,title
book      toc,title,figure,table,example,equation
chapter   toc,title
section   toc
sect1     toc
sect2     toc
sect3     toc
sect4     nop
sect5     nop
qandaset  toc
qandadiv  nop
appendix  toc,title
article/appendix  nop
article   toc,title
preface   toc,title
reference toc,title
</xsl:param>

</xsl:stylesheet>
back to top