mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
Explicitly use current directory in Rakefile
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
rakefile_manual = File.expand_path("Rakefile.manual", __FILE__)
|
||||
rakefile_website = File.expand_path("Rakefile.website", __FILE__)
|
||||
current_dir = File.dirname(__FILE__)
|
||||
rakefile_manual = File.expand_path(File.join(current_dir, "Rakefile.manual"))
|
||||
rakefile_website = File.expand_path(File.join(current_dir, "Rakefile.website"))
|
||||
|
||||
desc "Build the manpage from the bonsai source of the manual"
|
||||
task :manpage do
|
||||
|
Reference in New Issue
Block a user