Changeset 66c3162 for common


Ignore:
Timestamp:
09/29/2007 02:26:11 PM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
55d2c3e
Parents:
9c60012
Message:

Generating blfs-tool dependencies scripts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_book_parser

    r9c60012 r66c3162  
    8181  echo -n "Extracting commands for"
    8282
    83   # Dump the commands in shell script form from the HLFS book.
     83  # Dump the commands in shell script form from the book.
    8484  case ${PROGNAME} in
    8585    clfs)
     
    145145                 --stringparam page $PAGE \
    146146                 --stringparam lang $LANG \
     147                 --stringparam custom-tools $CUSTOM_TOOLS \
     148                 --stringparam blfs-tool $BLFS_TOOL \
    147149                 -o ./${PROGNAME}-commands/ $XSL $BOOK/index.xml >>$LOGDIR/$LOG 2>&1
    148150      ;;
     
    150152        exit 1 ;;
    151153  esac
    152 
    153   [[ "${BLFS_TOOL}" = "y" ]] && copy_blfs_deps_scripts
    154154
    155155  echo "done"
Note: See TracChangeset for help on using the changeset viewer.