List:Commits« Previous MessageNext Message »
From:plavin Date:August 29 2007 6:23pm
Subject:svn commit - mysqldoc@docsrva: r7590 - trunk/workbench-pro
View as plain text  
Author: plavin
Date: 2007-08-29 20:23:13 +0200 (Wed, 29 Aug 2007)
New Revision: 7590

Log:
Add Makefile


Modified:
   trunk/workbench-pro/Makefile


Modified: trunk/workbench-pro/Makefile
===================================================================
--- trunk/workbench-pro/Makefile	2007-08-29 18:11:32 UTC (rev 7589)
+++ trunk/workbench-pro/Makefile	2007-08-29 18:23:13 UTC (rev 7590)
Changed blocks: 2, Lines Added: 5, Lines Deleted: 4; 769 bytes

@@ -1,4 +1,4 @@
-# Makefile for [NAME OF DOCUMENT HERE]
+# Makefile for workbench-pro
 
 # Location of repository root relative to current directory
 REPO_ROOT = ..

@@ -14,11 +14,12 @@
 # Set IDMAP and remap variables
 
 IDMAP_LANG = $(DOC_LANG)
-IDMAP_MAIN = refman
-IDMAP_VER = 5.1
+IDMAP_MAIN = workbench-pro
 
+
 IDMAP_URLBASE = $(IDMAP_MAIN)/$(IDMAP_VER)/$(IDMAP_LANG)
-IDMAP_REFS = . 
+IDMAP_REFS = . $(REPO_ROOT)/gui-common $(REPO_ROOT)/refman-5.1 $(REPO_ROOT)/refman-common
+
 IDMAP_SRCS = $(call base_xml_files)
 
 # Import standard variables


Thread
svn commit - mysqldoc@docsrva: r7590 - trunk/workbench-proplavin29 Aug