[pkg-opensc-commit] [engine-pkcs11] 83/152: Fix doc build issues 1. VPATH issue. 2. Parallel build issue, suggested by Ludovic Rousseau.

Eric Dorland eric at moszumanska.debian.org
Mon Oct 19 03:11:18 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 158b712d8b9eb4d5f0673c232e2051c212e9be79
Author: Alon Bar-Lev <alon.barlev at gmail.com>
Date:   Thu Jan 1 21:07:54 2009 +0000

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

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/engine-pkcs11.git



More information about the pkg-opensc-commit mailing list