Author: paul
Date: 2006-03-30 19:41:15 +0200 (Thu, 30 Mar 2006)
New Revision: 1709
Log:
r4242@kite-hub: paul | 2006-03-30 11:39:53 -0600
Add minimal Makefile to gui-common that supports validation/formatting.
Added:
trunk/gui-common/Makefile
Modified:
trunk/
trunk/refman-common/Makefile
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:9022
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:4118
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:9022
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:4242
Added: trunk/gui-common/Makefile
===================================================================
--- trunk/gui-common/Makefile (rev 0)
+++ trunk/gui-common/Makefile 2006-03-30 17:41:15 UTC (rev 1709)
@@ -0,0 +1,31 @@
+# Makefile for MySQL Reference Manual
+
+# Location of repository root relative to current directory
+REPO_ROOT = ..
+
+# Location of directory containing Makefile components
+MAKE_DIR = $(REPO_ROOT)/make.d
+
+# Set any variables here that should override imported standard variables
+
+DOC_LANG = en
+
+# Import standard variables
+
+include $(MAKE_DIR)/vars-layout
+include $(MAKE_DIR)/vars-shell
+include $(MAKE_DIR)/vars-docbook
+
+all::
+ @echo "You must say what you want to do."
+ @echo "Some commands supported by this Makefile:"
+ @echo " make clean"
+ @echo " make doc_name.valid"
+ @echo " make doc_name.format"
+ @echo " make doc_name.useless"
+
+# Import standard target rules
+
+include $(MAKE_DIR)/xml-valid
+include $(MAKE_DIR)/xml-format
+include $(MAKE_DIR)/xml-useless
Modified: trunk/refman-common/Makefile
===================================================================
--- trunk/refman-common/Makefile 2006-03-30 15:34:47 UTC (rev 1708)
+++ trunk/refman-common/Makefile 2006-03-30 17:41:15 UTC (rev 1709)
@@ -20,9 +20,9 @@
@echo "You must say what you want to do."
@echo "Some commands supported by this Makefile:"
@echo " make clean"
- @echo " make doc_name.html"
- @echo " make doc_name.pdf"
- @echo " make doc_name.txt"
+ @echo " make doc_name.valid"
+ @echo " make doc_name.format"
+ @echo " make doc_name.useless"
# Import standard target rules
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r1709 - in trunk: . gui-common refman-common | paul | 30 Mar |