[SCM] csound/master: Fix doc location
    fsateler at users.alioth.debian.org 
    fsateler at users.alioth.debian.org
       
    Wed May  7 00:16:44 UTC 2014
    
    
  
The following commit has been merged in the master branch:
commit 8f9665783c7821d675ae40dd65c67307e93490dc
Author: Felipe Sateler <fsateler at debian.org>
Date:   Sun May 4 21:06:33 2014 -0400
    Fix doc location
diff --git a/debian/libcsound64-doc.docs b/debian/libcsound64-doc.docs
index 156b7c0..da67876 100644
--- a/debian/libcsound64-doc.docs
+++ b/debian/libcsound64-doc.docs
@@ -1 +1 @@
-doc/csound/html
+doc/doxygen/html
diff --git a/debian/rules b/debian/rules
index 51b278f..00ca63a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -161,8 +161,8 @@ DEB_SCONS_INSTALL_TARGET = install=1
 
 build/libcsound64-doc:: build-doxygen-stamp
 build-doxygen-stamp:
-	mkdir -p doc/csound
-	doxygen
+	mkdir -p doc/doxygen
+	cd doc && doxygen
 	touch $@
 
 # Put aside upstream cruft before build but after licensecheck
@@ -176,7 +176,7 @@ clean::
 	rm -f build-arch-stamp build-indep-stamp manpages-stamp \
 		build-doxygen-stamp
 	rm -f Custom.cmake
-	rm -rf doc/csound
+	rm -rf doc/doxygen
 # fail-missing stuff
 	rm -f debian/cdbs-install-diff
 	rm -f debian/cdbs-reduced-install-list
-- 
csound packaging
    
    
More information about the pkg-multimedia-commits
mailing list