From 2cd3dcde2593c3df4f156784a8c77ae194b044b8 Mon Sep 17 00:00:00 2001 From: Lennart Johansson Date: Mon, 20 Jun 2016 17:31:02 +0200 Subject: Minor layout things in build-boot chapter --- doc/book-enea-linux-release-info/doc/build_boot_template.xml | 2 +- doc/initbuildboot.sh | 8 ++++---- 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 @@ - Target Specific Build and Boot Instructions + Target Specific Instructions If the source has been fetched (), 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 for CMDS in $COMMANDSFOR do cmdsfor=`echo "$CMDS" | sed 's/[^:]*://'` - echo " $CMDTYPE for $cmdsfor" +#-- echo " $CMDTYPE for $cmdsfor" cat "$README" | sed -n "/$COMMANDSFOR/,/___END/p" | extractcmds_filter done } @@ -93,15 +93,15 @@ do TARGET=`dirname $targetreadme` echo "" >>$BBXML echo "
" >>$BBXML - echo " Target $TARGET - Build and Boot Instructions" >>$BBXML + echo " Target $TARGET" >>$BBXML echo " NOTE: DO NOT EDIT THIS GENERATED FILE! Only edit the template file." >>$BBXML echo "
" >>$BBXML - echo " Build Instructions" >>$BBXML + echo " Build Instructions for $TARGET" >>$BBXML extractcmds_for_type $targetreadme Build-command >>$BBXML echo "
" >>$BBXML echo "" >>$BBXML echo "
" >>$BBXML - echo " Boot Instructions" >>$BBXML + echo " Boot Instructions for $TARGET" >>$BBXML extractcmds_for_type $targetreadme Boot-command >>$BBXML echo "
" >>$BBXML echo "
" >>$BBXML -- cgit v1.2.3-54-g00ecf