Skip to content

Commit

Permalink
Build package tarball. Closes #12.
Browse files Browse the repository at this point in the history
  • Loading branch information
seancribbs committed Dec 15, 2011
1 parent 5f9a41a commit 8b4cda1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -6,3 +6,4 @@ edoc/
index.html index.html
riaknostic riaknostic
*.png *.png
pkg/
5 changes: 5 additions & 0 deletions .manifest
@@ -0,0 +1,5 @@
src
riaknostic
doc
LICENSE
README.md
8 changes: 7 additions & 1 deletion Makefile
Expand Up @@ -45,7 +45,13 @@ pages: docs
## ##
## Release targets ## Release targets
## ##
# package: all docs VSN = `grep vsn src/riaknostic.app.src | cut -f 2 -d "\""`

package: all docs
@mkdir -p pkg/riaknostic
@rm -rf pkg/riaknostic/*
@cat .manifest | xargs -n 1 -J % cp -R % pkg/riaknostic/.
@tar -czf pkg/riaknostic-$(VSN).tar.gz -C pkg riaknostic


## ##
## Dialyzer targets ## Dialyzer targets
Expand Down

0 comments on commit 8b4cda1

Please sign in to comment.