I had some time to look at this. The asciidoc macros are correctly rewritten after adding the following lines to asciidoc.conf:
[macros] # regexen to match macro templates above (?P<name>linkman):(?P<target>\w+)\[(?P<attrlist>\d+)]= (?P<name>linkstgsub):(?P<target>\w+)\[]= (?P<name>linkstg):(?P<target>\w+)\[]= I have a few of these small patches now. What's the most convenient (for you) way to get them upstream? Emails with patches? A git repo that you can pull / cherrypick from? Thanks, bergey On Mon, 30 Jan 2012 17:37:33 -0500, Daniel Bergey <[email protected]> wrote: > From asciidoc.conf, I gather this is supposed to be rewritten into an > appropriate link, but that isn't happening, at least on my machine. > > linkstgsub:branch[]:: > Branch operations: switch, list, create, rename, delete, ... > > should produce: > > <dt class="hdlist1"> > <a href="stg-branch.html">branch</a> > </dt> > <dd> > <p> > Branch operations: switch, list, create, rename, delete, … > </p> > > but is producing: > > <dt class="hdlist1"> > linkstgsub:branch[] > </dt> > <dd> > <p> > Branch operations: switch, list, create, rename, delete, … > </p> _______________________________________________ stgit-users mailing list [email protected] https://mail.gna.org/listinfo/stgit-users
