Author: mcbrown
Date: 2007-04-19 18:03:14 +0200 (Thu, 19 Apr 2007)
New Revision: 6004
Log:
Fixing Makefile
Modified:
trunk/mysqldoc-guide/Makefile
Modified: trunk/mysqldoc-guide/Makefile
===================================================================
--- trunk/mysqldoc-guide/Makefile 2007-04-19 15:44:13 UTC (rev 6003)
+++ trunk/mysqldoc-guide/Makefile 2007-04-19 16:03:14 UTC (rev 6004)
Changed blocks: 3, Lines Added: 6, Lines Deleted: 2; 889 bytes
@@ -9,7 +9,7 @@
# Set any variables here that should override imported standard variables
DOC_LANG = en
-MAIN_DOC_BASENAME = proto-doc
+MAIN_DOC_BASENAME = mysqldoc-guide
# Set IDMAP and remap variables
@@ -18,7 +18,7 @@
IDMAP_URLBASE = $(IDMAP_MAIN)/$(IDMAP_LANG)
IDMAP_REFS = .
-IDMAP_SRCS = $(MYSQLDOC_GUIDE_SRCS)
+IDMAP_SRCS = $(mysqldoc_guide_SOURCES)
IDMAP_OBJS = $(call xmllist_to_idmaplist,$(IDMAP_SRCS))
# Import standard variables
@@ -43,6 +43,10 @@
clean::
$(RM) mysqldoc-guide.txt
+# Import document dependency specifications
+
+include Makefile.depends
+
# Import standard target rules
# (comment out or remove any that you don't need)
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r6004 - trunk/mysqldoc-guide | mcbrown | 19 Apr |