[pkg-opensc-commit] [pam-p11] 09/66: build documentation with "make dist".

Eric Dorland eric at moszumanska.debian.org
Tue Jun 13 04:06:48 UTC 2017


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

eric pushed a commit to branch master
in repository pam-p11.

commit 7846c47d612c1e53ee3fea09af432bd41ba16379
Author: Andreas Jellinghaus <andreas at ionisiert.de>
Date:   Thu Sep 1 15:53:30 2005 +0000

    build documentation with "make dist".
---
 Makefile.am  | 13 ++++++++-----
 bootstrap    |  4 ++--
 configure.ac |  1 +
 3 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 94ad4ea..dfd41bb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,11 +1,14 @@
-SUBDIRS = . aclocal src
+SUBDIRS = . aclocal doc src
 
 EXTRA_DIST = COPYING bootstrap
 
 AUTOMAKE_OPTIONS = foreign
 
 MAINTAINERCLEANFILES = \
-        Makefile.in config.h.in configure \
-        install-sh ltmain.sh missing mkinstalldirs \
-        compile depcomp config.log config.status \
-        config.guess config.sub acinclude.m4 aclocal.m4
+	Makefile.in config.h.in configure \
+	install-sh ltmain.sh missing mkinstalldirs \
+	compile depcomp config.log config.status \
+	config.guess config.sub acinclude.m4 aclocal.m4
+
+dist-hook:
+	sh $(srcdir)/doc/export-wiki.sh $(srcdir)/doc
diff --git a/bootstrap b/bootstrap
index 4e964bd..c27edd2 100755
--- a/bootstrap
+++ b/bootstrap
@@ -5,7 +5,7 @@ set -x
 if test -f Makefile; then
   make distclean
 fi
-rm -rf *.cache *.m4 config.guess config.log \
-config.status config.sub depcomp ltmain.sh
+rm -rf *~ *.cache *.m4 config.guess config.log \
+	config.status config.sub depcomp ltmain.sh
 (cat aclocal/*.m4 > acinclude.m4 2> /dev/null)
 autoreconf --verbose --install
diff --git a/configure.ac b/configure.ac
index 42a2ef3..8a96325 100644
--- a/configure.ac
+++ b/configure.ac
@@ -43,6 +43,7 @@ PKG_CHECK_MODULES(LIBP11, libp11, [], [ AC_MSG_ERROR(libp11 not found) ])
 AC_CONFIG_FILES([ 
 Makefile
 aclocal/Makefile
+doc/Makefile
 src/Makefile
 ])
 AC_OUTPUT

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



More information about the pkg-opensc-commit mailing list