[65984] branches/new-help-system/base/doc/asciidoc.conf

raimue at macports.org raimue at macports.org
Sun Apr 4 07:14:24 PDT 2010


Revision: 65984
          http://trac.macports.org/changeset/65984
Author:   raimue at macports.org
Date:     2010-04-04 07:14:21 -0700 (Sun, 04 Apr 2010)
Log Message:
-----------
Forgot {guideurl} for man page

Modified Paths:
--------------
    branches/new-help-system/base/doc/asciidoc.conf

Modified: branches/new-help-system/base/doc/asciidoc.conf
===================================================================
--- branches/new-help-system/base/doc/asciidoc.conf	2010-04-04 13:59:48 UTC (rev 65983)
+++ branches/new-help-system/base/doc/asciidoc.conf	2010-04-04 14:14:21 UTC (rev 65984)
@@ -17,15 +17,17 @@
 (?su)[\\]?(?P<name>man):(?P<target>\S*?)\[(?P<attrlist>.*?)\]=
 (?su)[\\]?(?P<name>guide):(?P<target>\S*?)\[(?P<attrlist>.*?)\]=
 
+# man: and guide: for docbook
 ifdef::backend-docbook[]
 [man-inlinemacro]
 <citerefentry>
     <refentrytitle>{target}</refentrytitle>{0?<manvolnum>{0}</manvolnum>}
 </citerefentry>
 [guide-inlinemacro]
-<ulink url="#{target}">{0={guideurl}{target}}</ulink>
+<ulink url="{guideurl}#{target}">{0={guideurl}{target}}</ulink>
 endif::backend-docbook[]
 
+# man: and guide: for xhtml11
 ifdef::backend-xhtml11[]
 [man-inlinemacro]
 <a href="{guideurl}{target}{0?.{0}}.html">{target}{0?({0})}</a>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100404/d1f6871e/attachment.html>


More information about the macports-changes mailing list