summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLennart Johansson <lennart.johansson@enea.com>2016-06-20 17:31:02 +0200
committerLennart Johansson <lennart.johansson@enea.com>2016-06-20 17:31:02 +0200
commit2cd3dcde2593c3df4f156784a8c77ae194b044b8 (patch)
tree547c8106ccbe21a8789ade57ec165bff802ae6f7 /doc
parentc8203d92c3dec1fc8e4f972d2d74c36f1554cc9e (diff)
downloadel_releases-standard-2cd3dcde2593c3df4f156784a8c77ae194b044b8.tar.gz
Minor layout things in build-boot chapter
Diffstat (limited to 'doc')
-rw-r--r--doc/book-enea-linux-release-info/doc/build_boot_template.xml2
-rw-r--r--doc/initbuildboot.sh8
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/book-enea-linux-release-info/doc/build_boot_template.xml b/doc/book-enea-linux-release-info/doc/build_boot_template.xml
index ca60932..653f943 100644
--- a/doc/book-enea-linux-release-info/doc/build_boot_template.xml
+++ b/doc/book-enea-linux-release-info/doc/build_boot_template.xml
@@ -2,7 +2,7 @@
2<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" 2<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> 3"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
4<chapter id="relinfo-build-boot"> 4<chapter id="relinfo-build-boot">
5 <title>Target Specific Build and Boot Instructions</title> 5 <title>Target Specific Instructions</title>
6 6
7 <para>If the source has been fetched (<xref 7 <para>If the source has been fetched (<xref
8 linkend="relinfo-getting-source" />), there will be a target specific README 8 linkend="relinfo-getting-source" />), there will be a target specific README
diff --git a/doc/initbuildboot.sh b/doc/initbuildboot.sh
index 72606a6..ea8dc12 100644
--- a/doc/initbuildboot.sh
+++ b/doc/initbuildboot.sh
@@ -83,7 +83,7 @@ extractcmds_for_type() { # target/README BOOTorBUILD
83 for CMDS in $COMMANDSFOR 83 for CMDS in $COMMANDSFOR
84 do 84 do
85 cmdsfor=`echo "$CMDS" | sed 's/[^:]*://'` 85 cmdsfor=`echo "$CMDS" | sed 's/[^:]*://'`
86 echo " <para>$CMDTYPE for $cmdsfor</para>" 86#-- echo " <para>$CMDTYPE for $cmdsfor</para>"
87 cat "$README" | sed -n "/$COMMANDSFOR/,/___END/p" | extractcmds_filter 87 cat "$README" | sed -n "/$COMMANDSFOR/,/___END/p" | extractcmds_filter
88 done 88 done
89} 89}
@@ -93,15 +93,15 @@ do
93 TARGET=`dirname $targetreadme` 93 TARGET=`dirname $targetreadme`
94 echo "" >>$BBXML 94 echo "" >>$BBXML
95 echo " <section id=\"target_$TARGET\">" >>$BBXML 95 echo " <section id=\"target_$TARGET\">" >>$BBXML
96 echo " <title>Target $TARGET - Build and Boot Instructions</title>" >>$BBXML 96 echo " <title>Target $TARGET</title>" >>$BBXML
97 echo " <remark>NOTE: DO NOT EDIT THIS GENERATED FILE! Only edit the template file.</remark>" >>$BBXML 97 echo " <remark>NOTE: DO NOT EDIT THIS GENERATED FILE! Only edit the template file.</remark>" >>$BBXML
98 echo " <section>" >>$BBXML 98 echo " <section>" >>$BBXML
99 echo " <title>Build Instructions</title>" >>$BBXML 99 echo " <title>Build Instructions for $TARGET</title>" >>$BBXML
100 extractcmds_for_type $targetreadme Build-command >>$BBXML 100 extractcmds_for_type $targetreadme Build-command >>$BBXML
101 echo " </section>" >>$BBXML 101 echo " </section>" >>$BBXML
102 echo "" >>$BBXML 102 echo "" >>$BBXML
103 echo " <section>" >>$BBXML 103 echo " <section>" >>$BBXML
104 echo " <title>Boot Instructions</title>" >>$BBXML 104 echo " <title>Boot Instructions for $TARGET</title>" >>$BBXML
105 extractcmds_for_type $targetreadme Boot-command >>$BBXML 105 extractcmds_for_type $targetreadme Boot-command >>$BBXML
106 echo " </section>" >>$BBXML 106 echo " </section>" >>$BBXML
107 echo " </section>" >>$BBXML 107 echo " </section>" >>$BBXML