[jboss-cvs] JBossAS SVN: r65746 - in projects/docs/trunk/Installation_Guide: en-US and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Oct 1 22:19:02 EDT 2007


Author: mhideo at redhat.com
Date: 2007-10-01 22:19:01 -0400 (Mon, 01 Oct 2007)
New Revision: 65746

Modified:
   projects/docs/trunk/Installation_Guide/Makefile
   projects/docs/trunk/Installation_Guide/en-US/Book_Info.xml
   projects/docs/trunk/Installation_Guide/en-US/Installation_Guide.xml
Log:
update 4.0.4 for build

Modified: projects/docs/trunk/Installation_Guide/Makefile
===================================================================
--- projects/docs/trunk/Installation_Guide/Makefile	2007-10-02 01:26:30 UTC (rev 65745)
+++ projects/docs/trunk/Installation_Guide/Makefile	2007-10-02 02:19:01 UTC (rev 65746)
@@ -6,27 +6,9 @@
 DOCNAME		= Installation_Guide
 SYSTEM		= JBoss_Application_Server
 
-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)
+TRANSLATIONS    = $(XML_LANG)
+#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/install/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'
-
-resynch::
-	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 --nsclean --output $(DOCNAME).xml --encode UTF-8 $(LOCAL_DIR)/$(MASTER_FILE)
-
-clean::
-	rm -rf $(XML_LANG)/$(LOCAL_DIR) tmp
-
+COMMON_CONFIG  = /usr/share/documentation-devel
+include $(COMMON_CONFIG)/make/Makefile.common

Modified: projects/docs/trunk/Installation_Guide/en-US/Book_Info.xml
===================================================================
--- projects/docs/trunk/Installation_Guide/en-US/Book_Info.xml	2007-10-02 01:26:30 UTC (rev 65745)
+++ projects/docs/trunk/Installation_Guide/en-US/Book_Info.xml	2007-10-02 02:19:01 UTC (rev 65746)
@@ -4,16 +4,16 @@
 	%RH-ENTITIES;
 ]>
 <bookinfo>
-	<title>JBASS Installation Guide</title>
+	<title>JBoss Application Server</title>
 	<subtitle>Installation Guide</subtitle>
-	<issuenum>4.0</issuenum>
-	<productnumber>1</productnumber>
+	<issuenum>4.2</issuenum>
+	<productnumber>2</productnumber>
 	<abstract>
 		<para>
-			This book represents is about installing Jboss Application Server.
+			This book is about installing Jboss Application Server.
 		</para>
 	</abstract>
-	<mediaobject>
+	<!--mediaobject>
 		<imageobject><imagedata fileref="Common_Content/images/rhlogo-chapter-title.png" /></imageobject>
 	</mediaobject>
 	<publisher>
@@ -22,10 +22,10 @@
 				<imageobject><imagedata fileref="Common_Content/imagesrhlogo-title.png" /></imageobject>
 			</inlinemediaobject>
 		</publishername>
-	</publisher>
+	</publisher-->
 	<copyright>
 		<year>&YEAR;</year>
 		<holder>&FORMAL-RHI;</holder>
 	</copyright>
-	<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Common_Content/Boilerplate.xml"/>
+	<!--xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Common_Content/Boilerplate.xml"/-->
 </bookinfo>

Modified: projects/docs/trunk/Installation_Guide/en-US/Installation_Guide.xml
===================================================================
--- projects/docs/trunk/Installation_Guide/en-US/Installation_Guide.xml	2007-10-02 01:26:30 UTC (rev 65745)
+++ projects/docs/trunk/Installation_Guide/en-US/Installation_Guide.xml	2007-10-02 02:19:01 UTC (rev 65746)
@@ -1,12 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
  [
-<!ENTITY % RH_ENTITIES SYSTEM "./Common_Config/rh-entities.ent">
-%RH_ENTITIES;
 
 ]>
 <book>
-<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Book_Info.xml"/>
+<!--xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Book_Info.xml"/-->
 
 <!-- installing as a service on red hat? -->
   <preface>




More information about the jboss-cvs-commits mailing list