summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2012-04-23 10:29:38 +0200
committerFlorian Frank <flori@ping.de>2012-04-23 10:30:59 +0200
commit2ce12812a52fc6159a0367ff6047efc8b8d410ef (patch)
tree8a8e933bf8a1f1ff8a1bfabc80af60331311704a
parent2f5ee43bef3778ff019b48f52029021378201dd3 (diff)
downloadjson-2ce12812a52fc6159a0367ff6047efc8b8d410ef.tar.gz
hardcode flott lib path
-rw-r--r--Rakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 86a08dc..257e6ab 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,3 +1,4 @@
+$:.unshift '../../flott/lib'
require 'flott'
require 'json'
include Flott
@@ -10,8 +11,8 @@ desc "Create the project documentation."
task :doc do
if File.directory?('doc')
sh 'git rm -rf doc'
+ sh 'git commit -m "deleted documentation" doc'
end
- sh 'git commit -m "deleted documentation" doc'
sh 'git checkout master'
rm_rf 'doc'
sh 'rake doc'