Skip to content

Commit

Permalink
Move zip package README.txt into a subdirectory because otherwise the
Browse files Browse the repository at this point in the history
context is confusing.  People could easily look at it sitting in the
top of the git tree and think it's about the source distribution instead
of the zip file distribution.
  • Loading branch information
tomkraljevic committed Jul 31, 2013
1 parent 6c26022 commit 30e4c4b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ package:
cp -rp target/hadoop target/h2o-$(PROJECT_VERSION)
cp -p target/h2o.jar target/h2o-$(PROJECT_VERSION)
cp -p target/h2o-sources.jar target/h2o-$(PROJECT_VERSION)
cp -p README.txt target/h2o-$(PROJECT_VERSION)
cp -p packaging/README.txt target/h2o-$(PROJECT_VERSION)
cp -p LICENSE.txt target/h2o-$(PROJECT_VERSION)
(cd target; zip -r h2o-$(PROJECT_VERSION).zip h2o-$(PROJECT_VERSION))
rm -fr target/h2o-$(PROJECT_VERSION)
Expand Down
File renamed without changes.

0 comments on commit 30e4c4b

Please sign in to comment.