[Buildroot] [PATCH] manual: update download helper information

Peter Korsgaard jacmet at uclibc.org
Tue Feb 7 08:59:01 UTC 2012


>>>>> "Thomas" == Thomas De Schampheleire <patrickdepinguin+buildroot at gmail.com> writes:

 Thomas> Signed-off-by: Thomas De Schampheleire
 Thomas> <thomas.de.schampheleire at gmail.com>

Thanks, committed.

 Thomas> +  Examples: +
 Thomas> +    +LIBFOO_VERSION = 0.1.2+ +
 Thomas> +    +LIBFOO_VERSION = cb9d6aa9429e838f0e54faa3d455bcbab5eef057+ +
 Thomas> +    +LIBFOO_VERSION = stable+

Not your fault, but a2x doesn't seem to add line breaks here. I don't
particulary know docbook, but looking a bit closer, it seems like you
need to add something like:

<xsl:template match="processing-instruction('asciidoc-br')">
  <xsl:text disable-output-escaping="yes"><![CDATA[<br/>]]></xsl:text>
</xsl:template>

To /etc/asciidoc/docbook-xsl/{xhtml,text}.xsl

I don't quite understand why upstream isn't doing that though.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list