diff --git a/makefile b/makefile index 948a79f..ffe9bd1 100644 --- a/makefile +++ b/makefile @@ -1,14 +1,14 @@ -# Build a release of 'mkproject' using 'make' +# Build a release of 'tmkproject' using 'make' # Requires a modern 'make' like GNU. # # Copyright (c) 2012 TundraWare Inc., Des Plaines, IL 60018 USA -# All Rights Reserved. For Terms Of Use See: mkproject-license.txt +# All Rights Reserved. For Terms Of Use See: tmkproject-license.txt # -# For Program Updates See: http://www.tundraware.com/Software/mkproject +# For Program Updates See: http://www.tundraware.com/Software/tmkproject # -# $Id: makefile,v 1.106 2012/06/05 16:50:16 tundra Exp $ +# $Id: makefile,v 1.107 2012/06/05 23:50:24 tundra Exp $ -CVSID='$Id: makefile,v 1.106 2012/06/05 16:50:16 tundra Exp $' +CVSID='$Id: makefile,v 1.107 2012/06/05 23:50:24 tundra Exp $' # Uncomment One Of The Following For Early Releases @@ -20,11 +20,11 @@ # Definitions Relevant To This Program ##### -PROGNAME = mkproject +PROGNAME = tmkproject TYPE = sh -PROGMAIN = mkproject.sh +PROGMAIN = tmkproject.sh -PROGFILES = ${PROGMAIN} tokens .mkprojectrc +PROGFILES = ${PROGMAIN} tokens .tmkprojectrc PROGDOCS = ${PROGMAIN}.ps SUPPDIRS = ./common ./pl ./py ./sh