[pkg-opensc-commit] [libp11] 42/239: dist-hook: is too late, need to generate the documentation before automake "make dist" copied files around.

Eric Dorland eric at moszumanska.debian.org
Sat Oct 17 06:21:06 UTC 2015


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

eric pushed a commit to branch master
in repository libp11.

commit c076cab2150319f33a57c7fbaec5e641c190bab4
Author: Andreas Jellinghaus <andreas at ionisiert.de>
Date:   Fri Sep 2 09:30:39 2005 +0000

    dist-hook: is too late, need to generate the documentation
    before automake "make dist" copied files around.
---
 Makefile.am | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index f36bbde..07b3b2d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,6 +14,8 @@ DEPCLEANFILES = config.log configure
 
 AUTOMAKE_OPTIONS = foreign 1.5
 
-dist-hook:
+dist: doc
+
+doc:
 	sh $(srcdir)/doc/export-wiki.sh $(srcdir)/doc
 	sh $(srcdir)/doc/generate-api.sh $(srcdir)/doc

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



More information about the pkg-opensc-commit mailing list