[DRE-commits] [SCM] ruby-cri.git branch, master, updated. upstream/2.3.0-13-g724d3f8

Cédric Boutillier boutil at debian.org
Fri Jul 12 22:11:28 UTC 2013


The following commit has been merged in the master branch:
commit 2912743bc7e14553be5031225ffd5ffbb03dab13
Author: Cédric Boutillier <boutil at debian.org>
Date:   Fri Jul 12 23:49:34 2013 +0200

    generate the documentation

diff --git a/debian/rules b/debian/rules
index 07b53a7..6b2a0ad 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,3 +16,11 @@
 
 override_dh_installchangelogs:
 	dh_installchangelogs NEWS.md
+
+override_dh_installdocs:
+	rake doc
+	dh_installdocs
+
+override_dh_clean:
+	rm -rf doc/ .yardoc/
+	dh_clean

-- 
ruby-cri.git



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