asciidoc.conf: Have sort-and-group remove commas.

gen-bugnote: Create proper bug links.

svn path=/trunk/; revision=51022
This commit is contained in:
Gerald Combs 2013-07-29 21:14:13 +00:00
parent 58ee866ec8
commit eb94380646
2 changed files with 2 additions and 2 deletions

View File

@ -74,4 +74,4 @@ endif::backend-html4,backend-html5,backend-xhtml11[]
delimiter=^--sort-and-group--$
style=default
filter=sort --ignore-case
default-style=template="paragraph",filter='sort --ignore-case | sed -e "/^$/d" -e "$ s/^/and /" -e "$ ! s/$/,/"'
default-style=template="paragraph",filter='sort --ignore-case | sed -e "s/,//g" | sed -e "/^$/d" -e "$ s/^/and /" -e "$ ! s/$/,/"'

View File

@ -72,7 +72,7 @@ bug_title=`
case "$output_fmt" in
asciidoc)
echo -n "* $bug_title (ws-buglink:$bug_id)" | $clipboard_cmd
echo -n "* $bug_title (ws-buglink:$bug_id[])" | $clipboard_cmd
;;
docbook)
$clipboard_cmd <<Fin