Skip to content

Commit

Permalink
Include README in deployment package
Browse files Browse the repository at this point in the history
  • Loading branch information
plioi committed Jul 11, 2011
1 parent 168edcb commit 98449cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
Rook is a compiler/interpreter for a simple programming language.
Rook (https://github.com/plioi/rook) is a compiler/interpreter for a simple programming language.

Integration tests consist of sample rook programs, found under Rook.Test.Samples.

Expand Down
2 changes: 1 addition & 1 deletion default.ps1
Expand Up @@ -53,10 +53,10 @@ task ZipPackage -depends Compile {
delete_directory $package_dir

copy_files "$source_dir\Parsley\bin\$projectConfig\" $package_dir
copy_files "$source_dir\Parsley.Test\bin\$projectConfig\" $package_dir
copy_files "$source_dir\Rook\bin\$projectConfig\" $package_dir
copy_files "$source_dir\Rook.Compiling\bin\$projectConfig\" $package_dir
copy_files "$source_dir\Rook.Core\bin\$projectConfig\" $package_dir
Copy-Item "$base_dir\README.md" "$package_dir\README.txt"

zip_directory $package_dir $package_file
}
Expand Down

0 comments on commit 98449cb

Please sign in to comment.