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_8-1-g7ad7a16


From: Simon Josefsson
Subject: [SCM] GNU libtasn1 branch, master, updated. libtasn1_2_8-1-g7ad7a16
Date: Sat, 25 Sep 2010 11:19:08 +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=7ad7a16b572c8fa1895d91f368f0286d80449ccb

The branch, master has been updated
       via  7ad7a16b572c8fa1895d91f368f0286d80449ccb (commit)
      from  a595598dc207c6587628bb475a6e628f673506dd (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 7ad7a16b572c8fa1895d91f368f0286d80449ccb
Author: Simon Josefsson <address@hidden>
Date:   Sat Sep 25 13:02:49 2010 +0200

    Fix release target.

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

Summary of changes:
 cfg.mk |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/cfg.mk b/cfg.mk
index d52b68c..31d8ecd 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -79,13 +79,14 @@ upload:
        cp $(distdir).tar.gz $(distdir).tar.gz.sig ../releases/$(PACKAGE)/
 
 web:
-       cd doc && ../build-aux/gendocs.sh --html "--css-include=texinfo.css" \
+       cd doc && $(SHELL) ../build-aux/gendocs.sh \
+               --html "--css-include=texinfo.css" \
                -o ../$(htmldir)/manual/ $(PACKAGE) "$(PACKAGE_NAME)"
        cp -v doc/reference/$(PACKAGE).pdf doc/reference/html/*.html 
doc/reference/html/*.png doc/reference/html/*.devhelp doc/reference/html/*.css 
$(htmldir)/reference/
        cp -v doc/cyclo/cyclo-$(PACKAGE).html $(htmldir)/cyclo/index.html
 
 upload-web:
-       cd $(htmldir) && cvs commit -m "Update." manual/ reference/
+       cd $(htmldir) && cvs commit -m "Update." manual/ reference/ cyclo/
 
 review-diff:
        git diff `git describe --abbrev=0`.. \


hooks/post-receive
-- 
GNU libtasn1



reply via email to

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