[Pkg-javascript-commits] [sockjs-client] 77/434: Javascript does depend on the version file
Tonnerre Lombard
tonnerre-guest at moszumanska.debian.org
Wed Jan 8 00:47:02 UTC 2014
This is an automated email from the git hooks/post-receive script.
tonnerre-guest pushed a commit to branch master
in repository sockjs-client.
commit 5e33419425d826f936539adef6ea634ea8b38635
Author: Marek Majkowski <majek04 at gmail.com>
Date: Mon Aug 15 17:21:51 2011 +0100
Javascript does depend on the version file
---
Makefile | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/Makefile b/Makefile
index c130a7b..454df40 100644
--- a/Makefile
+++ b/Makefile
@@ -4,14 +4,14 @@ all: sockjs.js
build: sockjs.js sockjs.min.js
-sockjs.js: lib/*js
- coffee bin/render.coffee lib/all.js > $@
+sockjs.js: lib/*js version
+ coffee bin/render.coffee --set-version $(VER) lib/all.js > $@
-sockjs.min.js: lib/*js
- coffee bin/render.coffee --minify lib/all.js > $@
+sockjs.min.js: lib/*js version
+ coffee bin/render.coffee --set-version $(VER) --minify lib/all.js > $@
-sockjs.pretty.js: lib/*js
- coffee bin/render.coffee --minify --pretty lib/all.js > $@
+sockjs.pretty.js: lib/*js version
+ coffee bin/render.coffee --set-version $(VER) --minify --pretty lib/all.js > $@
tests/html/lib/sockjs.js: sockjs.js
cp $< $@
@@ -47,7 +47,7 @@ clean:
# To release:
# 1) commit everything you need
-# 2) amend 'version' file
+# 2) amend 'version' file (don't commit)
# 3) run 'make tag', and git push/git push --tag as suggested
# 4) run 'make upload', and suggested commands
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/sockjs-client.git
More information about the Pkg-javascript-commits
mailing list