Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
Forcibly create export hardlink.
Browse files Browse the repository at this point in the history
  • Loading branch information
nning committed Jul 30, 2014
1 parent a665186 commit 20b0192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/study/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ end
desc 'Build document for export and clean up'
task export: :build do
export_name = 'moeil-' + Time.now.strftime('%Y%m%d') + '.pdf'
sh "ln #@name.pdf #{export_name}"
sh "ln -f #@name.pdf #{export_name}"
Rake::Task['clean_all'].invoke
end

0 comments on commit 20b0192

Please sign in to comment.