[pkg-opensc-commit] [engine-pkcs11] 10/152: fix/update makefiles for doc handling.

Eric Dorland eric at moszumanska.debian.org
Mon Oct 19 03:11:08 UTC 2015


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

eric pushed a commit to branch master
in repository engine-pkcs11.

commit 7d6129203a76b8f36723c3ff01edeb39fb4a91c1
Author: Andreas Jellinghaus <andreas at ionisiert.de>
Date:   Sun Sep 4 21:35:38 2005 +0000

    fix/update makefiles for doc handling.
---
 Makefile.am     | 8 ++------
 doc/Makefile.am | 5 ++++-
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 3c45ed0..51fa3aa 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,7 @@
 # Process this file with automake to create Makefile.in
 
-SUBDIRS = . doc src 
+SUBDIRS = . src 
+DIST_SUBDIRS = . doc src 
 
 EXTRA_DIST = bootstrap depcomp 
 
@@ -13,8 +14,3 @@ MAINTAINERCLEANFILES = \
 DEPCLEANFILES = config.log configure
 
 AUTOMAKE_OPTIONS = foreign 1.5
-
-dist: gendoc
-
-gendoc:
-	sh $(srcdir)/doc/export-wiki.sh $(srcdir)/doc
diff --git a/doc/Makefile.am b/doc/Makefile.am
index d6d8189..c78b907 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -2,6 +2,9 @@
 
 MAINTAINERCLEANFILES = Makefile.in $(HTML)
 
-EXTRA_DIST = README export-wiki.sh export-wiki.xsl $(HTML)
+EXTRA_DIST = README export-wiki.sh export-wiki.xsl $(HTML) index.html
 
 HTML= $(shell ls $(srcdir)/*.html $(srcdir)/*.css)
+
+index.html:
+	sh $(srcdir)/export-wiki.sh $(srcdir)

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



More information about the pkg-opensc-commit mailing list