aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2005-10-05 18:12:32 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2005-10-05 18:12:32 +0000
commit814f5ec179aa12c49e77ae38faafe9302cb0721f (patch)
tree507a239f11bc087b687a16327b651fb21d061a80 /stylesheets
parentbe4be92f7e68a3c1e701055195df2c532f015fb8 (diff)
Some of the commands marked as "nodump" are actualy needed to do proper commands diffs between books versions.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6962 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets')
-rw-r--r--stylesheets/dump-commands.xsl1
1 files changed, 0 insertions, 1 deletions
diff --git a/stylesheets/dump-commands.xsl b/stylesheets/dump-commands.xsl
index a91bb1cac..e3cac13b7 100644
--- a/stylesheets/dump-commands.xsl
+++ b/stylesheets/dump-commands.xsl
@@ -46,7 +46,6 @@
<xsl:template match="screen">
<xsl:if test="child::* = userinput">
<xsl:choose>
- <xsl:when test="@role = 'nodump'"/>
<xsl:when test="@role = 'root'">
<xsl:text>&#xA;</xsl:text>
<xsl:text># Run this as root</xsl:text>