From: Date: September 27 2008 8:12am Subject: svn commit - mysqldoc@docsrva: r11894 - trunk List-Archive: http://lists.mysql.com/commits/54600 Message-Id: <200809270612.m8R6Cuan016629@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author: mcbrown Date: 2008-09-27 08:12:56 +0200 (Sat, 27 Sep 2008) New Revision: 11894 Log: Adding the main repo config Added: trunk/Makefile.repo Added: trunk/Makefile.repo =================================================================== --- trunk/Makefile.repo (rev 0) +++ trunk/Makefile.repo 2008-09-27 06:12:56 UTC (rev 11894) Changed blocks: 1, Lines Added: 6, Lines Deleted: 0; 389 bytes @@ -0,0 +1,6 @@ +# Global repo configuration + +TOOLSET_DIR ?= $(REPO_ROOT)/../mysqldoc-toolset/ + +# Location of directory containing Makefile components +MAKE_DIR = $(TOOLSET_DIR)/make.d