Index: Help/license.terms =================================================================== RCS file: Help/license.terms diff -N Help/license.terms --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ Help/license.terms 3 Feb 2004 15:45:39 -0000 @@ -0,0 +1,5 @@ +LICENSE AND DISCLAIMER +This software is free software and distributed under the same licensing terms as +the Tcl language itself. See license.terms in the Tcl distribution. + +© Copyright Bernard Desgraupes 2003-2004 Index: Source/TclAddressBook.pbproj/project.pbxproj =================================================================== RCS file: /cvsroot/tcladdressbook/Source/TclAddressBook.pbproj/project.pbxproj,v retrieving revision 1.2 diff -u -p -r1.2 project.pbxproj --- Source/TclAddressBook.pbproj/project.pbxproj 11 Dec 2003 11:20:02 -0000 1.2 +++ Source/TclAddressBook.pbproj/project.pbxproj 3 Feb 2004 15:44:05 -0000 @@ -245,6 +245,7 @@ F550918A036C35030130931B, F550918B036C35030130931B, F96B6BDB0420C430006F146B, + F91A379105CA658A006F5A0B, ); buildSettings = { CC = "gcc-3.3"; @@ -260,6 +261,7 @@ INSTALL_PATH = "/Library/Tcl/Tcladdressbook${DYLIB_CURRENT_VERSION}"; LIBRARY_SEARCH_PATHS = /Library/Frameworks/Tcl.framework; LIBRARY_STYLE = DYNAMIC; + MANDIR = /Library/Tcl/man; OPTIMIZATION_CFLAGS = "-O0"; OTHER_CFLAGS = ""; OTHER_LDFLAGS = ""; @@ -313,6 +315,19 @@ //F92 //F93 //F94 + F91A379105CA658A006F5A0B = { + buildActionMask = 8; + files = ( + ); + generatedFileNames = ( + ); + isa = PBXShellScriptBuildPhase; + neededFileNames = ( + ); + runOnlyForDeploymentPostprocessing = 1; + shellPath = /bin/sh; + shellScript = "/usr/bin/rsync -rlptCv --exclude=\"*.aida\" --exclude=\"*.tcl\" --exclude=\"*.php\" \"${SRCROOT}/../Help\" \"${TARGET_BUILD_DIR}/\"\nmkdir -p \"${INSTALL_ROOT}${MANDIR}/mann\"\nfor f in $(ls \"${TARGET_BUILD_DIR}/Help/\" | grep \"\\.n$\"); do\n ln -fs \".$(echo ${MANDIR}/mann | sed -e 's|/[^/][^/]*|/..|g')${INSTALL_PATH}/Help/${f}\" \"${INSTALL_ROOT}${MANDIR}/mann/\"\ndone"; + }; F94429120420B651006F146B = { isa = PBXFileReference; path = pkgIndex.tcl;