fix rakefile
This commit is contained in:
parent
48d2956a57
commit
1a15147f67
1 changed files with 3 additions and 3 deletions
4
Rakefile
4
Rakefile
|
@ -24,8 +24,8 @@ directory 'docs/'
|
||||||
|
|
||||||
|
|
||||||
# Make index.html a copy of rocco.html
|
# Make index.html a copy of rocco.html
|
||||||
file 'docs/index.html' => 'docs/lib/middleman.html' do |f|
|
file 'docs/index.html' => 'docs/middleman.html' do |f|
|
||||||
cp 'docs/lib/middleman.html', 'docs/index.html', :preserve => true
|
cp 'docs/middleman.html', 'docs/index.html', :preserve => true
|
||||||
end
|
end
|
||||||
task :docs => 'docs/index.html'
|
task :docs => 'docs/index.html'
|
||||||
CLEAN.include 'docs/index.html'
|
CLEAN.include 'docs/index.html'
|
||||||
|
|
Loading…
Reference in a new issue