Modified the doc as per the best practice method.

Addresses comments from gongysh:
-Minor typo fixes and changed ch_filename.xml file to ap_filename.xml.
-Also trying to make the entire appendix conditionally output for ubuntu.

Subsequent patchsets ensure it acts like an appendix. We can move it
later if needed.

Change-Id: I6b622c6c067c7e750a867be471ea45253ec75909
This commit is contained in:
atul jha 2012-09-25 22:42:01 +05:30 committed by annegentle
parent 991db82de6
commit ab829b81d0
2 changed files with 3 additions and 3 deletions

View File

@ -306,5 +306,5 @@
<xi:include href="ch_installobjectstorage.xml"/> <xi:include href="ch_installobjectstorage.xml"/>
<xi:include href="ch_installdashboard.xml"/> <xi:include href="ch_installdashboard.xml"/>
<xi:include href="ap_configuration_files.xml"/> <xi:include href="ap_configuration_files.xml"/>
<xi:include href="ap_installingfolsom.xml"/>
</book> </book>

View File

@ -15,9 +15,9 @@
<!-- This is set by Jenkins according to the branch. --> <!-- This is set by Jenkins according to the branch. -->
<release.path.name>local</release.path.name> <release.path.name>local</release.path.name>
<comments.enabled>1</comments.enabled> <comments.enabled>1</comments.enabled>
<operating.system>yum</operating.system> <operating.system>apt</operating.system>
<!-- This is set by Jenkins to run twice for each similar operating system group --> <!-- This is set by Jenkins to run twice for each similar operating system group -->
<profile.os>centos;fedora;rhel</profile.os> <profile.os>ubuntu</profile.os>
</properties> </properties>
<!-- ################################################ --> <!-- ################################################ -->
<!-- USE "mvn clean generate-sources" to run this POM --> <!-- USE "mvn clean generate-sources" to run this POM -->