[SCM] csound/master: Ensure doc build dir exists

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Sat Oct 19 23:03:47 UTC 2013


The following commit has been merged in the master branch:
commit ae2cfc3bd72b43812fcecefef1c1499d34ec911e
Author: Felipe Sateler <fsateler at debian.org>
Date:   Sat Oct 19 19:36:07 2013 -0300

    Ensure doc build dir exists

diff --git a/debian/rules b/debian/rules
index 1828d67..05e2a57 100755
--- a/debian/rules
+++ b/debian/rules
@@ -160,6 +160,7 @@ DEB_SCONS_INSTALL_TARGET = install=1
 
 install/libcsound64-doc:: build-doxygen-stamp
 build-doxygen-stamp:
+	mkdir -p doc/csound
 	doxygen
 	touch $@
 

-- 
csound packaging



More information about the pkg-multimedia-commits mailing list