[DRE-commits] [SCM] ruby-literati.git branch, master, updated. upstream/0.0.4_git.20130318.3b3ea30-2-g85f62e2
Per Andersson
avtobiff at gmail.com
Tue Mar 19 13:08:35 UTC 2013
The following commit has been merged in the master branch:
commit 85f62e2ef7740d19b237942ddb310d91af326155
Author: Per Andersson <avtobiff at gmail.com>
Date: Tue Mar 19 14:08:11 2013 +0100
Remove bundled jquery.js from correct path
diff --git a/debian/rules b/debian/rules
index a33b373..75da746 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,10 @@ override_dh_auto_clean:
override_dh_auto_build:
dh_auto_build
+ # build documentation
rake rdoc
+
+override_dh_auto_install:
+ dh_auto_install
# remove bundled jquery.js
- rm -f tmp/tmp/usr/share/doc/ruby-literati-doc/html/js/jquery.js
+ rm -f debian/ruby-literati-doc/usr/share/doc/ruby-literati-doc/html/js/jquery.js
--
ruby-literati.git
More information about the Pkg-ruby-extras-commits
mailing list