[git] GnuPG - branch, master, updated. gnupg-2.1.15-151-g91d5e6f

by Justus Winter cvs at cvs.gnupg.org
Tue Sep 20 08:28:50 CEST 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".

The branch, master has been updated
       via  91d5e6f805aaf24a3f1f03a95998f757dce04cb2 (commit)
      from  0eaab1af48f600b636183321e4a4e9c6bc361610 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
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>

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)" },

-----------------------------------------------------------------------

Summary of changes:
 doc/yat2m.c | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
The GNU Privacy Guard
http://git.gnupg.org




More information about the Gnupg-commits mailing list