From bd490c676922f7d47483f8f039789e92c4529a3f Mon Sep 17 00:00:00 2001
From: Robert Sesek <rsesek@bluestatic.org>
Date: Wed, 5 Sep 2012 00:11:05 -0400
Subject: [PATCH] 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).
---
 Makefile              | 2 +-
 frontend/armadillo.js | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
 create mode 100644 frontend/armadillo.js

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 <armadillo@bluestatic.org>' \
 		-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. */
-- 
2.43.5