svn commit: r42001 - projects/db5/share/xsl

Gabor Kovesdan gabor at FreeBSD.org
Sun Jun 23 10:14:48 UTC 2013


Author: gabor
Date: Sun Jun 23 10:14:48 2013
New Revision: 42001
URL: http://svnweb.freebsd.org/changeset/doc/42001

Log:
  - Add customization for buildtarget
  - Remove old bits

Modified:
  projects/db5/share/xsl/freebsd-common.xsl

Modified: projects/db5/share/xsl/freebsd-common.xsl
==============================================================================
--- projects/db5/share/xsl/freebsd-common.xsl	Sat Jun 22 15:37:50 2013	(r42000)
+++ projects/db5/share/xsl/freebsd-common.xsl	Sun Jun 23 10:14:48 2013	(r42001)
@@ -8,7 +8,7 @@
   <!-- Global customisation -->
 
   <!-- Redefine variables, and replace templates as necessary here -->
-  <xsl:template match="hostid|username|groupname|devicename|maketarget|makevar|userinput|command">
+  <xsl:template match="buildtarget|command|userinput">
     <xsl:call-template name="inline.monoseq"/>
   </xsl:template>
 


More information about the svn-doc-projects mailing list