[DRE-commits] [SCM] ruby-mathml.git branch, master, updated. debian/0.12.2-1-7-g048cd1e

Cédric Boutillier cedric.boutillier at gmail.com
Sat Jun 30 10:04:57 UTC 2012


The following commit has been merged in the master branch:
commit 9a7fd782e40b774b700028218d019aefc566bb86
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Sat Jun 30 11:51:42 2012 +0200

    use rdoc instead of rdoc1.8 to build doc

diff --git a/debian/rules b/debian/rules
index 037e99c..87d7565 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,6 @@ override_dh_auto_install:
 	rm -f $(PKG_DIR)/usr/lib/ruby/vendor_ruby/eim_xml.rb
 
 override_dh_installdocs:
-	rdoc1.8 --all --inline-source --fileboxes --line-numbers --fmt=html \
+	rdoc --all --inline-source --fileboxes --line-numbers --fmt=html \
 	  -o $(PKG_DIR)/usr/share/doc/ruby-mathml/rdoc lib
 	dh_installdocs

-- 
ruby-mathml.git



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