From a017b624fb640e8ce198f67b071a606c9f643ae4 Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Sat, 18 Apr 2009 22:18:52 +0000 Subject: add generation-notice git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@766399 13f79535-47bb-0310-9956-ffa450edef68 --- share/server/mainjs.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'share/server') diff --git a/share/server/mainjs.sh b/share/server/mainjs.sh index d8c1798d..63c08fe1 100755 --- a/share/server/mainjs.sh +++ b/share/server/mainjs.sh @@ -12,7 +12,12 @@ # License for the specific language governing permissions and limitations under # the License. +TARGET="main.js" + cd server +echo "// Generated from *.js by makejs.sh on `date`" > $TARGET +echo "// DO NOT EDIT BY HAND\n" >> $TARGET + cat \ render.js \ state.js \ @@ -20,5 +25,5 @@ cat \ validate.js \ views.js \ loop.js \ - > main.js + >> $TARGET cd .. \ No newline at end of file -- cgit v1.2.3