From 94c28305720d6f98608f1998f19b41ae13f6306d Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sun, 11 Jan 2009 22:09:40 -0600 Subject: Fix linkman macro to work with asciidoc > 8.3.0 Signed-off-by: Dan McGee --- doc/asciidoc.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/asciidoc.conf') diff --git a/doc/asciidoc.conf b/doc/asciidoc.conf index f92a3eab..b7aae66e 100644 --- a/doc/asciidoc.conf +++ b/doc/asciidoc.conf @@ -8,7 +8,11 @@ # Show man link as: (
); if section is defined, else just show # the command. +[macros] +(?su)[\\]?(?Plinkman):(?P\S*?)\[(?P.*?)\]= + [attributes] +asterisk=* plus=+ caret=^ startsb=[ -- cgit v1.2.3-2-g168b From e9ca40b56e6b17e9f64cd428813e97a9f4f3ec60 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 12 Jan 2009 23:19:21 -0600 Subject: doc: fix some more asciidoc fallout They keep changing things on us. This gets rid of the '.ft C' text sprinkled around our listing blocks. Signed-off-by: Dan McGee --- doc/asciidoc.conf | 6 ------ 1 file changed, 6 deletions(-) (limited to 'doc/asciidoc.conf') diff --git a/doc/asciidoc.conf b/doc/asciidoc.conf index b7aae66e..3ea510d8 100644 --- a/doc/asciidoc.conf +++ b/doc/asciidoc.conf @@ -34,13 +34,7 @@ ifndef::docbook-xsl-172[] [listingblock] {title} -ifdef::doctype-manpage[] - .ft C -endif::doctype-manpage[] | -ifdef::doctype-manpage[] - .ft -endif::doctype-manpage[] {title#} endif::docbook-xsl-172[] -- cgit v1.2.3-2-g168b