[jboss-cvs] JBossAS SVN: r65792 - projects/docs/trunk/Clustering_Guide.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Oct 3 02:44:10 EDT 2007
Author: mhideo at redhat.com
Date: 2007-10-03 02:44:10 -0400 (Wed, 03 Oct 2007)
New Revision: 65792
Modified:
projects/docs/trunk/Clustering_Guide/Makefile
Log:
init
Modified: projects/docs/trunk/Clustering_Guide/Makefile
===================================================================
--- projects/docs/trunk/Clustering_Guide/Makefile 2007-10-03 06:39:25 UTC (rev 65791)
+++ projects/docs/trunk/Clustering_Guide/Makefile 2007-10-03 06:44:10 UTC (rev 65792)
@@ -9,26 +9,6 @@
OTHER_LANGS = as-IN bn-IN de-DE es-ES fr-FR gu-IN hi-IN it-IT ja-JP kn-IN ko-KR ml-IN mr-IN or-IN pa-IN pt-BR ru-RU si-LK ta-IN te-IN zh-CN zh-TW
TRANSLATIONS = $(XML_LANG) $(OTHER_LANGS)
-COMMON_CONFIG = ./Common_Config
-COMMON_CONTENT = ./Common_Content
-include $(COMMON_CONFIG)/Makefile.common
-CVS_REPO = :pserver:anonymous at anoncvs.forge.jboss.com:/cvsroot/jboss
-CVS_TAG = docs-as-4_0_4
-CVS_DIR = jboss-docs/jbossas/clustering/en
-LOCAL_DIR = source
-MASTER_FILE = master.xml
-SED = sed -i -e 's/\(^<[?]xml.*[?]>$$\)/\1\n<\!DOCTYPE book PUBLIC "-\/\/OASIS\/\/DTD DocBook XML V4.3\/\/EN" "http\:\/\/www.oasis-open.org\/docbook\/xml\/4.3\/docbookx.dtd" >\n/g'
-
-pre:: $(XML_LANG)/$(DOCNAME).xml
-
-$(XML_LANG)/$(DOCNAME).xml:
- export XMLLINT_INDENT=" "
- cd $(XML_LANG) && cvs -d $(CVS_REPO) co -d $(LOCAL_DIR) -r $(CVS_TAG) $(CVS_DIR)
- cd $(XML_LANG) && cp -r $(LOCAL_DIR)/images .
- $(SED) $(XML_LANG)/$(LOCAL_DIR)/$(MASTER_FILE)
- cd $(XML_LANG) && xmllint --xinclude --postvalid --format --output $(DOCNAME).xml --encode UTF-8 $(LOCAL_DIR)/$(MASTER_FILE)
-
-clean::
- rm -rf $(XML_LANG)/$(LOCAL_DIR) $(XML_LANG)/images $(XML_LANG)/$(DOCNAME).xml
-
+COMMON_CONFIG = /usr/share/documentation-devel
+include $(COMMON_CONFIG)/make/Makefile.common
More information about the jboss-cvs-commits
mailing list