[DRE-commits] [ruby-prawn] 04/15: fix path in the manual building process

Cédric Boutillier boutil at moszumanska.debian.org
Mon Sep 8 14:04:24 UTC 2014


This is an automated email from the git hooks/post-receive script.

boutil pushed a commit to branch master
in repository ruby-prawn.

commit 78977392652be745d33d48d96e817ea94091ca4a
Author: Cédric Boutillier <boutil at debian.org>
Date:   Wed Aug 6 00:05:05 2014 +0200

    fix path in the manual building process
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 83f9410..f98f768 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,7 @@ override_dh_auto_install:
 	mkdir -p debian/ruby-prawn/usr/share/ruby-prawn
 	cp -R data/* debian/ruby-prawn/usr/share/ruby-prawn
 	dh_auto_install
-	ruby -I "debian/ruby-prawn/usr/lib/ruby/vendor_ruby" manual/manual/manual.rb
+	ruby -I "debian/ruby-prawn/usr/lib/ruby/vendor_ruby" manual/contents.rb
 	# remove the copy of data in debian/ruby-prawn (will be reinstalled by dh_install)
 	rm -rf debian/ruby-prawn/usr/share/ruby-prawn
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-prawn.git



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