[Pkg-cli-libs-commits] [SCM] semweb branch, master, updated. upstream/1.05+dfsg-12-g4a566d0

David Paleino d.paleino at gmail.com
Fri Sep 25 21:22:00 UTC 2009


The following commit has been merged in the master branch:
commit 4a566d05db2c900be54ee2e62ed7fd820a3b7310
Author: David Paleino <d.paleino at gmail.com>
Date:   Fri Sep 25 23:18:03 2009 +0200

    Fix mdoc call

diff --git a/debian/rules b/debian/rules
index b38d6be..2f47168 100755
--- a/debian/rules
+++ b/debian/rules
@@ -49,8 +49,8 @@ build-stamp: $(DPATCH_STAMPFN)
 	#for LIB in $(LIBS); do \
 	#	mdoc update -i $$LIB -o $(CURDIR)/bin_generics/monodocer; \
 	#done
-	mdoc update -i bin_generics/SemWeb.dll \
-	  -o $(CURDIR)/bin_generics/monodocer
+	mdoc update -o $(CURDIR)/bin_generics/monodocer \
+	  bin_generics/SemWeb.dll
 	mdoc assemble -o $(CURDIR)/bin_generics/SemWeb \
 	  -f ecma $(CURDIR)/bin_generics/monodocer
 

-- 
semweb



More information about the Pkg-cli-libs-commits mailing list