1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00
pacman/doc
Dan McGee b3c6bdda38 doc: rename manlink macro to linkman
Between AsciiDoc 8.2.2 and 8.2.3, the following change was made to the stock
Asciidoc configuration:

@@ -149,7 +153,10 @@
 # Inline macros.
 # Backslash prefix required for escape processing.
 # (?s) re flag for line spanning.
-(?su)[\\]?(?P<name>\w(\w|-)*?):(?P<target>\S*?)(\[(?P<attrlist>.*?)\])=
+
+# Explicit so they can be nested.
+(?su)[\\]?(?P<name>(http|https|ftp|file|mailto|callto|image|link)):(?P<target>\S*?)(\[(?P<attrlist>.*?)\])=
+
 # Anchor: [[[id]]]. Bibliographic anchor.
 (?su)[\\]?\[\[\[(?P<attrlist>[\w][\w-]*?)\]\]\]=anchor3
 # Anchor: [[id,xreflabel]]

This default regex now matches explicit values, and unfortunately in this
case manlink was being matched by just 'link', causing the wrong inline
macro template to be applied. By renaming the macro, we can avoid being
matched by the wrong regex.

Signed-off-by: Dan McGee <dan@archlinux.org>
2007-12-29 00:24:15 -06:00
..
.gitignore Merge branch 'asciidoc' into working 2007-09-16 21:10:44 -05:00
asciidoc.conf doc: rename manlink macro to linkman 2007-12-29 00:24:15 -06:00
Doxyfile doxygen: preprocess SYMHIDDEN/SYMEXPORT macros so they don't show in docs 2007-10-29 07:13:58 -05:00
footer.txt doc: update links in footer.txt so they are actual links 2007-11-08 21:17:59 -06:00
libalpm.3.txt doc: rename manlink macro to linkman 2007-12-29 00:24:15 -06:00
Makefile.am doc: rename manlink macro to linkman 2007-12-29 00:24:15 -06:00
makepkg.8.txt doc: rename manlink macro to linkman 2007-12-29 00:24:15 -06:00
makepkg.conf.5.txt doc: rename manlink macro to linkman 2007-12-29 00:24:15 -06:00
pacman.8.txt doc: rename manlink macro to linkman 2007-12-29 00:24:15 -06:00
pacman.conf.5.txt doc: rename manlink macro to linkman 2007-12-29 00:24:15 -06:00
PKGBUILD-example.txt Update the PKGBUILD example in the manpages 2007-11-07 19:03:58 -06:00
PKGBUILD.5.txt doc: rename manlink macro to linkman 2007-12-29 00:24:15 -06:00
repo-add.8.txt doc: rename manlink macro to linkman 2007-12-29 00:24:15 -06:00