[DRE-commits] [SCM] ruby-activeldap.git branch, master, updated. 8b784b5a70ec625d882fe0106fdc255e904cfb8a

=?UTF-8?Q?Marc=20Dequ=C3=A8nes=20?=(Duck) Duck at DuckCorp.org
Sat Aug 13 20:48:18 UTC 2011


The following commit has been merged in the master branch:
commit 8b784b5a70ec625d882fe0106fdc255e904cfb8a
Author: Marc Dequènes (Duck) <Duck at DuckCorp.org>
Date:   Sat Aug 13 22:48:13 2011 +0200

    [fix] corrected doc generation

diff --git a/debian/ruby-activeldap-doc.docs b/debian/ruby-activeldap-doc.docs
new file mode 100644
index 0000000..6d9f59f
--- /dev/null
+++ b/debian/ruby-activeldap-doc.docs
@@ -0,0 +1,2 @@
+README
+build-doc/rdoc
diff --git a/debian/ruby-activeldap.docs b/debian/ruby-activeldap.docs
deleted file mode 100644
index e845566..0000000
--- a/debian/ruby-activeldap.docs
+++ /dev/null
@@ -1 +0,0 @@
-README
diff --git a/debian/rules b/debian/rules
index 066609c..a6c3833 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,5 +17,9 @@
 override_dh_auto_build:
 	dh_auto_build
 	rdoc --all --inline-source --diagram --fileboxes --line-numbers --fmt=html \
-		-o /usr/share/doc/ruby-activeldap-doc/rdoc lib
+		-o build-doc/rdoc lib
+
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -rf build-doc
 

-- 
ruby-activeldap.git



More information about the Pkg-ruby-extras-commits mailing list