Don't output role="nodump" in "not-pack" mode
This commit is contained in:
parent
a4af6811bd
commit
6622409404
1 changed files with 1 additions and 0 deletions
|
@ -539,6 +539,7 @@ echo "</xsl:text>
|
||||||
|
|
||||||
<xsl:template match="screen" mode="not-pack">
|
<xsl:template match="screen" mode="not-pack">
|
||||||
<xsl:choose>
|
<xsl:choose>
|
||||||
|
<xsl:when test="@role='nodump'"/>
|
||||||
<xsl:when test="ancestor::sect1[@id='postlfs-config-vimrc']">
|
<xsl:when test="ancestor::sect1[@id='postlfs-config-vimrc']">
|
||||||
<xsl:text>
|
<xsl:text>
|
||||||
cat > ~/.vimrc <<EOF
|
cat > ~/.vimrc <<EOF
|
||||||
|
|
Reference in a new issue