diff --git a/.tmkproject b/.tmkproject index fd8cb1b..6d65d2e 100644 --- a/.tmkproject +++ b/.tmkproject @@ -3,7 +3,7 @@ # Copyright (c) 2012, TundraWare Inc., Des Plaines, IL 60018 USA # All Rights Reserved. For Terms Of Use, See: mkproject-license.txt # -# $Id: .tmkproject,v 1.103 2012/06/02 18:46:38 tundra Exp $ +# $Id: .tmkproject,v 1.104 2012/06/04 15:43:22 tundra Exp $ # NOTE: Any strings below that need the "/" in them - # like the website URL - must escape them for @@ -25,15 +25,19 @@ # Program Configuration And Options ##### -# Project Directory - Where New Projects Go - -PROJECTSDIR="${HOME}/Dev" - # Editor Used For Creating The WHATSNEW.txt File EDITOR="jmacs" EDITARGS="" +# Project Directory - Where New Projects Go + +PROJECTSDIR="${HOME}/Dev" + +# Temporary Directory + +TMPDIR="/tmp" + # Where To Find The User's Own Configuration Files USERCONFIGDIR=${HOME}