From: Robert Sesek Date: Wed, 5 Sep 2012 04:11:05 +0000 (-0400) Subject: Makefile: dest - Commit frontend/armadillo.js as well as version.js X-Git-Tag: 0.9.656.0~13 X-Git-Url: https://src.bluestatic.org/?a=commitdiff_plain;h=bd490c676922f7d47483f8f039789e92c4529a3f;p=armadillo.git Makefile: dest - Commit frontend/armadillo.js as well as version.js This also adds an initial armadillo.js, but keeps the file in the .gitignore, so that this file is only listed in commits as part of this process (unless also added explicitly). --- diff --git a/Makefile b/Makefile index 7771de0..ba1d59f 100644 --- a/Makefile +++ b/Makefile @@ -67,6 +67,6 @@ $(VERSION_FILE): # Copies the version template to the source and commits it. stamp: $(VERSION_FILE) cp $(VERSION_FILE) $(VERSION_SOURCE) - git commit $(VERSION_SOURCE) \ + git commit $(VERSION_SOURCE) $(FRONTEND_BIN) \ --author='Armadillo Build Script ' \ -m 'Stamp version.js @ $(shell gitcrement current)' diff --git a/frontend/armadillo.js b/frontend/armadillo.js new file mode 100644 index 0000000..1609028 --- /dev/null +++ b/frontend/armadillo.js @@ -0,0 +1 @@ +/* I will be replaced on the next `make dist` with compiled JavaScript. */