[DRE-commits] [SCM] ruby-kramdown.git branch, master, updated. debian/0.14.0-1-7-g6bf2226

Youhei SASAKI uwabami at gfd-dennou.org
Fri Dec 7 14:34:58 UTC 2012


The following commit has been merged in the master branch:
commit 86e3188b359f3dfa75eeea5b2cea5835c93154bc
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Fri Dec 7 23:32:32 2012 +0900

    Fix debian/rules: follow upstream filename change
    
    Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>

diff --git a/debian/rules b/debian/rules
index 5e966d1..be88bb9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,6 @@
 
 override_dh_installdocs:
 	rdoc1.9.1 --all --line-numbers \
-	  -o $(CURDIR)/debian/ruby-kramdown/usr/share/doc/ruby-kramdown/rdoc lib README
+	  -o $(CURDIR)/debian/ruby-kramdown/usr/share/doc/ruby-kramdown/rdoc lib README.md
 	rm -f $(CURDIR)/debian/ruby-kramdown/usr/share/doc/ruby-kramdown/rdoc/js/jquery.js
 	dh_installdocs

-- 
ruby-kramdown.git



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