[Pkg-gnupg-commit] [gnupg2] 36/292: doc: Implement simple '@ref'erences.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Mon Nov 21 06:31:23 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gnupg2.

commit 91d5e6f805aaf24a3f1f03a95998f757dce04cb2
Author: Justus Winter <justus at g10code.com>
Date:   Mon Sep 19 15:25:01 2016 +0200

    doc: Implement simple '@ref'erences.
    
    * doc/yat2m.c (proc_texi_cmd): Handle '@ref'.
    
    Signed-off-by: Justus Winter <justus at g10code.com>
---
 doc/yat2m.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/yat2m.c b/doc/yat2m.c
index 9b76f19..a63260b 100644
--- a/doc/yat2m.c
+++ b/doc/yat2m.c
@@ -729,6 +729,7 @@ proc_texi_cmd (FILE *fp, const char *command, const char *rest, size_t len,
     { "asis",    7 },
     { "anchor",  7 },
     { "cartouche", 1 },
+    { "ref",     0, "[", "]" },
     { "xref",    0, "see: [", "]" },
     { "pxref",   0, "see: [", "]" },
     { "uref",    0, "(\\fB", "\\fR)" },

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list