[pocl] 02/04: the documentation build should not clobber the build target

Andreas Beckmann anbe at moszumanska.debian.org
Fri May 27 09:24:45 UTC 2016


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

anbe pushed a commit to branch master
in repository pocl.

commit c8cab9954f78b382eff58572f0d32d87fa1b81e9
Author: Andreas Beckmann <anbe at debian.org>
Date:   Fri May 27 00:48:15 2016 +0000

    the documentation build should not clobber the build target
---
 debian/clean         | 2 +-
 debian/pocl-doc.docs | 2 +-
 debian/rules         | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/clean b/debian/clean
index 6d28621..8f90516 100644
--- a/debian/clean
+++ b/debian/clean
@@ -1 +1 @@
-build/html
+build-doc/
diff --git a/debian/pocl-doc.docs b/debian/pocl-doc.docs
index 6d28621..7a69846 100644
--- a/debian/pocl-doc.docs
+++ b/debian/pocl-doc.docs
@@ -1 +1 @@
-build/html
+build-doc/html
diff --git a/debian/rules b/debian/rules
index 4d2de5a..90ed6d9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -58,7 +58,7 @@ override_dh_auto_configure:
 		LLVM_CONFIG=/usr/bin/llvm-config-$(LLVM_VERSION)
 
 override_dh_auto_build-indep:
-	sphinx-build -N -b html doc/sphinx/source build/html
+	sphinx-build -N -b html doc/sphinx/source build-doc/html
 
 override_dh_shlibdeps:
 	dh_shlibdeps -a -- --warnings=7

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/pocl.git



More information about the Pkg-opencl-commits mailing list