Skip to content

Commit

Permalink
Update to include all release files
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz committed Jun 18, 2015
1 parent 0bcf005 commit 1e7584f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions remake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ targets:
manuscript:
depends:
- ms/ms.docx
- ms/ms.html
- ms/metadata.docx
- ms/metadata.html
everything:
Expand Down Expand Up @@ -76,6 +77,10 @@ targets:
command: render_doc("ms/metadata.md")
quiet: true

ms/ms.html:
command: render_html("ms/metadata.md")
quiet: true

ms/ms.docx:
command: render_doc("ms/ms.md")
quiet: true
Expand Down Expand Up @@ -131,8 +136,11 @@ targets:
depends: export
release/baad.zip:
command: make_release_baad_code_zip(target_name)
release/baad.rds:
command: file.copy("export/baad.rds", target_name)

release:
depends:
- release/baad_data.zip
- release/baad.zip
- release/baad.rds

0 comments on commit 1e7584f

Please sign in to comment.