[Pkg-cli-libs-commits] [SCM] nlog branch, master,	updated. debian/1.0+dfsg-1-12-g5cb825d
    Iain Lane 
    laney at ubuntu.com
       
    Mon Aug  9 21:52:31 UTC 2010
    
    
  
The following commit has been merged in the master branch:
commit 4e416a0504aefe1f13b617be149f4354307f61f5
Author: Iain Lane <laney at ubuntu.com>
Date:   Mon Aug 9 22:01:33 2010 +0100
    Create doc output directory during build
diff --git a/debian/rules b/debian/rules
index 4638c10..715ca30 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,8 @@ include /usr/share/quilt/quilt.make
 
 override_dh_auto_build_nant: $(QUILT_STAMPFN)
 	dh_auto_build_nant
-	
+	# make doc output directory
+	mkdir -p $(CURDIR)/build/mono-2.0-debug/monodocer
 	# create API docs
 	monodocer \
 	  --assembly:$(CURDIR)/build/mono-2.0-debug/bin/NLog.dll \
-- 
nlog
    
    
More information about the Pkg-cli-libs-commits
mailing list