summaryrefslogtreecommitdiffstats
path: root/macosx/Makefile
diff options
context:
space:
mode:
authordas <das@noemail.net>2004-02-26 09:10:39 (GMT)
committerdas <das@noemail.net>2004-02-26 09:10:39 (GMT)
commit115b61d4a6ca343e674563434e680ce93dd05d5b (patch)
tree7771f6ef5659e25f063a9db2d5a70372f8504ca1 /macosx/Makefile
parentf4fc440d4547d3c9904a57df829ebe61d92bfcf6 (diff)
downloadtcl-115b61d4a6ca343e674563434e680ce93dd05d5b.zip
tcl-115b61d4a6ca343e674563434e680ce93dd05d5b.tar.gz
tcl-115b61d4a6ca343e674563434e680ce93dd05d5b.tar.bz2
* macosx/Makefile: fixed copyright year in Tcl.framework Info.plist
FossilOrigin-Name: 277d0da04be302c568c3a8ad8c9a77f7e14733bc
Diffstat (limited to 'macosx/Makefile')
-rw-r--r--macosx/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/macosx/Makefile b/macosx/Makefile
index 96a3d14..eee15af 100644
--- a/macosx/Makefile
+++ b/macosx/Makefile
@@ -3,7 +3,7 @@
# Makefile to build Tcl on Mac OS X packaged as a Framework
# uses standard unix build system in tcl/unix
#
-# RCS: @(#) $Id: Makefile,v 1.5.2.7 2003/11/06 13:12:23 das Exp $
+# RCS: @(#) $Id: Makefile,v 1.5.2.8 2004/02/26 09:10:40 das Exp $
#
########################################################################################################
@@ -92,6 +92,7 @@ PRODUCT_VERSION := $(shell eval $$(grep '^TCL_VERSION=' ${UNIX_DIR}/configure.i
echo "$${TCL_VERSION}")
PRODUCT_LONGVERSION := $(shell eval $$(grep '^TCL_PATCH_LEVEL=' ${UNIX_DIR}/configure.in); \
echo "${PRODUCT_VERSION}$${TCL_PATCH_LEVEL}")
+YEAR := $(shell date +%Y)
PRIVATE_HEADERS := tclInt.h tclIntDecls.h tclIntPlatDecls.h tclMath.h
TARGETS := tclsh tcltest
@@ -210,7 +211,7 @@ endif
<key>CFBundleExecutable</key>\n\
<string>Tcl</string>\n\
<key>CFBundleGetInfoString</key>\n\
- <string>Tcl Library ${PRODUCT_VERSION}, Copyright © 2003 Tcl Core Team.\n\
+ <string>Tcl Library ${PRODUCT_VERSION}, Copyright © ${YEAR} Tcl Core Team.\n\
MacOS X Port by Jim Ingham &lt;jingham@apple.com&gt; &amp; Ian Reid, Copyright\
© 2001-2002, Apple Computer, Inc.</string>\n\
<key>CFBundleIdentifier</key>\n\