libtasn1-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU libtasn1 branch, master, updated. libtasn1_2_10-26-g0b59daa


From: Simon Josefsson
Subject: [SCM] GNU libtasn1 branch, master, updated. libtasn1_2_10-26-g0b59daa
Date: Mon, 21 Nov 2011 08:22:20 +0000

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 "GNU libtasn1".

http://git.savannah.gnu.org/cgit/libtasn1.git/commit/?id=0b59daa3624ef5b78f5b0f3e9168e3666129e233

The branch, master has been updated
       via  0b59daa3624ef5b78f5b0f3e9168e3666129e233 (commit)
      from  4554cc0da52ebc67a25043937fe408d399ea4f7d (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 0b59daa3624ef5b78f5b0f3e9168e3666129e233
Author: Simon Josefsson <address@hidden>
Date:   Mon Nov 21 09:22:14 2011 +0100

    Generalize cyclo rules.

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

Summary of changes:
 doc/cyclo/Makefile.am |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/cyclo/Makefile.am b/doc/cyclo/Makefile.am
index 698a796..225e92c 100644
--- a/doc/cyclo/Makefile.am
+++ b/doc/cyclo/Makefile.am
@@ -16,18 +16,18 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-EXTRA_DIST = cyclo-libtasn1.html
+EXTRA_DIST = cyclo-$(PACKAGE).html
 
-vcurl = 
"http://git.savannah.gnu.org/gitweb/?p=libtasn1.git;a=blob;f=lib/%FILENAME%;hb=HEAD";
+vcurl = 
"http://git.savannah.gnu.org/gitweb/?p=$(PACKAGE).git;a=blob;f=lib/%FILENAME%;hb=HEAD"
 
-cyclo-libtasn1.html:
+cyclo-$(PACKAGE).html:
        (cd ${top_srcdir}/lib && \
                $(PMCCABE) *.[ch] \
                | sort -nr \
                | LANG=C $(AWK) -f ${abs_top_srcdir}/build-aux/pmccabe2html \
                        -v lang=html -v name="$(PACKAGE_STRING)" \
                        -v vcurl=$(vcurl) \
-                       -v url="http://www.gnu.org/software/libtasn1/"; \
+                       -v url="http://www.gnu.org/software/$(PACKAGE)/" \
                        -v css=${abs_top_srcdir}/build-aux/pmccabe.css) \
                        > tmp
        mv tmp $@


hooks/post-receive
-- 
GNU libtasn1



reply via email to

[Prev in Thread] Current Thread [Next in Thread]