Skip to content

Commit

Permalink
Updated make release to include LICENSE and CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
corbanbrook committed Feb 16, 2010
1 parent 2806306 commit 7cd4e8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -2,7 +2,6 @@
TOOLSDIR=./tools
JS=$(TOOLSDIR)/js/src/js


# Rule for making pure JS code from a .pde (runs through parser + beautify)
%.js : %.pde
$(TOOLSDIR)/pde2js.py $(JS) $?
Expand All @@ -24,6 +23,8 @@ zipped: release-files

release-docs: create-release
cp README ./release
cp LICENSE ./release
cp CHANGELOG ./release

example: create-release pretty
echo "<script src=\"processing-$(VERSION).js\"></script>" > ./release/example.html
Expand Down

0 comments on commit 7cd4e8c

Please sign in to comment.