diff options
author | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-05-04 14:52:14 +0000 |
---|---|---|
committer | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-05-04 14:52:14 +0000 |
commit | ce249f4d9a7bb0c7b9eb0de0a418d377d9214a54 (patch) | |
tree | e9d7db93e531bee130bcd1e9642b41b1f53af9c3 /bin | |
parent | c88b9caad949f33f6fcf55ff0e914e28be4a5602 (diff) | |
download | ATCD-ce249f4d9a7bb0c7b9eb0de0a418d377d9214a54.tar.gz |
ChangeLogTag:Tue May 4 09:51:24 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/make_release | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/make_release b/bin/make_release index be191cd8c3b..c38b3da469e 100755 --- a/bin/make_release +++ b/bin/make_release @@ -813,7 +813,7 @@ sub create_kit () { # These files don't get LF->CRLF conversions done when making the zip. my $bin_files = "\"\\.dsp|\\.dsw|\\.mak|\\.mdp|\\.ide|\\.exe\|\\.ico\|\\.gz\|\\.zip\|" . - "\\.gif|\\.vcp|\\.vcproj|\\.vcw|\\.sln\|\\.dfm\""; + "\\.gif|\\.vcp|\\.vcproj|\\.vcw|\\.sln\|\\.dfm\|\\.jpg\""; my $build_command; my $archives; |