Index: /trunk/doc/manual/docbook-refentry-to-manual-sect1.xsl
===================================================================
--- /trunk/doc/manual/docbook-refentry-to-manual-sect1.xsl	(revision 56435)
+++ /trunk/doc/manual/docbook-refentry-to-manual-sect1.xsl	(revision 56436)
@@ -76,6 +76,14 @@
 <xsl:template match="refmeta"/>
 
-<!-- Remove all remarks (for now). -->
+<!--
+ remark extensions:
+ -->
+<!-- Default: remove all remarks. -->
 <xsl:template match="remark"/>
+
+<!-- help-manual - stuff that should only be included in the manual. -->
+<xsl:template match="remark[@role = 'help-manual']">
+  <xsl:apply-templates/>
+</xsl:template>
 
 
