Ignore:
Timestamp:
08/13/2006 10:01:14 AM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
00f4966
Parents:
1b99a8b
Message:

Merged r2925:2931 from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/libs/func_parser

    r1b99a8b rd0d9e90  
    2323
    2424  local
    25   echo -en "\tGenerating $TARGET-index.xml ..."
     25  echo -en "\n\tGenerating $TARGET-index.xml ..."
    2626
    2727  #---------------------
     
    9999
    100100  local filename # output filename
    101   echo -en  "\tGenerating the HTML book for <$TARGET> from the xml files located in <$BLFS_XML>..."
     101  echo -en  "\n\tGenerating <$TARGET> HTML book from <$BLFS_XML> xml files ..."
    102102  xsltproc --xinclude --nonet \
    103103           --stringparam mail_server $MAIL_SERVER \
     
    139139  echo -e "\n\tScripts generation depuration and errors:\n" >> xsltproc.log
    140140
    141   echo -en  "\tGenerating the build scripts ..."
     141  echo -en "\n\tGenerating the build scripts ..."
    142142  xsltproc --xinclude --nonet \
    143143           -o ./scripts/ ../libs/scripts.xsl \
    144144           $TARGET-index.xml >> xsltproc.log 2>&1
    145   echo "done"
     145  echo -e "done\n"
    146146    # Make the scripts executable.
    147147  chmod -R +x scripts
Note: See TracChangeset for help on using the changeset viewer.