[pkg-opensc-commit] [libp11] 144/239: Fix doc build issues 1. VPATH issue. 2. Parallel build issue, suggested by Ludovic Rousseau.

Eric Dorland eric at moszumanska.debian.org
Sat Oct 17 06:21:19 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 ab3cd08f3cd4995ba8fab7cf3f568e2d9040da8c
Author: Alon Bar-Lev <alon.barlev at gmail.com>
Date:   Thu Jan 1 21:11:11 2009 +0000

    Fix doc build issues
    1. VPATH issue.
    2. Parallel build issue, suggested by Ludovic Rousseau.
---
 doc/Makefile.am               | 5 ++---
 doc/nonpersistent/Makefile.am | 7 +++++--
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/doc/Makefile.am b/doc/Makefile.am
index 6db75fd..397b302 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -12,9 +12,8 @@ if ENABLE_API_DOC
 
 apidoc_DATA=api.out/html/*
 
-
-api.out/html/*: \
-		$(top_srcdir)/src/*.h \
+api.out/html/*: api.out
+api.out:	$(top_srcdir)/src/*.h \
 		$(srcdir)/*.gif \
 		doxygen.conf
 	-rm -fr api.out
diff --git a/doc/nonpersistent/Makefile.am b/doc/nonpersistent/Makefile.am
index b8ec4af..e67c6af 100644
--- a/doc/nonpersistent/Makefile.am
+++ b/doc/nonpersistent/Makefile.am
@@ -10,7 +10,9 @@ dist_noinst_DATA = ChangeLog
 
 if SVN_CHECKOUT
 
-wiki.out/*:
+wiki.out/*:	wiki.out
+wiki.out:
+	-rm -fr wiki.out
 	test -n "$(WGET)" -a -n "$(SED)" -a -n "$(TR)" -a -n "$(XSLTPROC)"
 	WGET="$(WGET)" WGET_OPTS="$(WGET_OPTS)" SED="$(SED)" TR="$(TR)" XSLTPROC="$(XSLTPROC)" \
 		PROJECT="@PACKAGE_NAME@" \
@@ -33,7 +35,8 @@ ChangeLog:
 
 else
 
-wiki.out/*:
+wiki.out/*:	$(abs_builddir)/wiki.out
+$(abs_builddir)/wiki.out:
 	$(LN_S) "$(srcdir)/wiki.out" wiki.out
 
 ChangeLog:

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