Generate files before generting the manifest.

This commit is contained in:
Yorick Peterse 2014-04-29 20:41:02 +02:00
parent 586c8f1d46
commit 503b254216
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
desc 'Generates the MANIFEST file'
task :manifest do
task :manifest => [:generate] do
files = FILE_LIST.to_a.sort
handle = File.open(File.expand_path('../../MANIFEST', __FILE__), 'w')