[pkg-opensc-commit] [libp11] 36/239: add doxygen config file and api documentation.

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 c7a76b44c1a38d64fea8f91ce9168f397ca3cb5e
Author: Andreas Jellinghaus <andreas at ionisiert.de>
Date:   Thu Sep 1 15:47:04 2005 +0000

    add doxygen config file and api documentation.
---
 Makefile.am     | 1 +
 configure.ac    | 1 +
 doc/Makefile.am | 7 ++++---
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index f068f9b..f36bbde 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,3 +16,4 @@ AUTOMAKE_OPTIONS = foreign 1.5
 
 dist-hook:
 	sh $(srcdir)/doc/export-wiki.sh $(srcdir)/doc
+	sh $(srcdir)/doc/generate-api.sh $(srcdir)/doc
diff --git a/configure.ac b/configure.ac
index a411e27..0a2ae46 100644
--- a/configure.ac
+++ b/configure.ac
@@ -46,6 +46,7 @@ AC_OUTPUT([
 Makefile
 aclocal/Makefile
 doc/Makefile
+doc/doxygen.conf
 rsaref/Makefile
 src/Makefile
 src/libp11.pc
diff --git a/doc/Makefile.am b/doc/Makefile.am
index a010888..fd9eb8d 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,7 +1,8 @@
 # Process this file with automake to create Makefile.in
 
-MAINTAINERCLEANFILES = Makefile.in
+MAINTAINERCLEANFILES = Makefile.in $(HTML)
 
-EXTRA_DIST = README export-wiki.sh export-wiki.xsl $(HTML)
+EXTRA_DIST = README export-wiki.sh export-wiki.xsl \
+	generate-api.sh doxygen.conf.in $(HTML)
 
-HTML= $(shell ls $(srcdir)/*.html $(srcdir)/*.css)
+HTML= $(shell ls $(srcdir)/*.html $(srcdir)/*.css $(srcdir)/api/*)

-- 
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