On Sun, Aug 1, 2010 at 6:57 PM, Rainer Müller <[email protected]> wrote: > On 2010-08-01 03:55 , Suraj N. Kurapati wrote: >> How can I re-enable the emitting of link URLs with the modern a2x? > > I am not using a2x, but asciidoc and xsltproc. The attached manpage.xsl > imports the default docbook processing for man pages and then also adds > a "External References" section at the end containing all the links.
Thank you! I was able to use your stylesheet successfully: asciidoc -o man.xml -d manpage -b docbook man.txt mkdir -p man/man1 xsltproc -o man/man1/inochi.1 manpage.xsl man.xml Cheers. -- You received this message because you are subscribed to the Google Groups "asciidoc" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/asciidoc?hl=en.
