[DRE-commits] [ruby-haml] 02/06: fix relative path for the symlink to yard css/js

Cédric Boutillier boutil at moszumanska.debian.org
Fri Sep 12 21:34:13 UTC 2014


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

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

commit 8594f89c90574fc7094159967b36f72a968aed88
Author: Cédric Boutillier <boutil at debian.org>
Date:   Fri Sep 12 23:13:47 2014 +0200

    fix relative path for the symlink to yard css/js
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 5800730..f6ae262 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,8 +23,8 @@ override_dh_auto_build:
 override_dh_installdocs:
 	dh_installdocs
 	rm -r debian/ruby-haml/usr/share/doc/ruby-haml/yardoc/js debian/ruby-haml/usr/share/doc/ruby-haml/yardoc/css
-	ln -s ../../../../yard/templates/default/fulldoc/html/js debian/ruby-haml/usr/share/doc/ruby-haml/yardoc/js
-	ln -s ../../../../yard/templates/default/fulldoc/html/css debian/ruby-haml/usr/share/doc/ruby-haml/yardoc/css
+	ln -s ../../../yard/templates/default/fulldoc/html/js debian/ruby-haml/usr/share/doc/ruby-haml/yardoc/js
+	ln -s ../../../yard/templates/default/fulldoc/html/css debian/ruby-haml/usr/share/doc/ruby-haml/yardoc/css
 
 override_dh_auto_test:
 	dh_auto_test

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



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