From ad2e0d26fa2b35d9d3766ab119089361abab76b2 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 23 Dec 2009 18:01:52 +0100 Subject: macro2texi.py: include links to Gitweb in the macro documentation --- macro2texi.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'macro2texi.py') diff --git a/macro2texi.py b/macro2texi.py index 5a94efc..beb9599 100755 --- a/macro2texi.py +++ b/macro2texi.py @@ -17,9 +17,13 @@ tmpl = """\ %(description)s -@majorheading Homepage +@majorheading Source Code -@url{http://www.nongnu.org/autoconf-archive/%(name)s.html} +Download the +@uref{http://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=blob_plain;f=m4/%(name)s.m4,latest +version of @file{%(name)s.m4}} or browse +@uref{http://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=history;f=m4/%(name)s.m4,the +macro's revision history}. @majorheading License -- cgit v1.2.1