Ignore:
Timestamp:
06/13/2006 12:56:07 AM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
experimental
Children:
5d93cec
Parents:
3d888ef
Message:

Early work on makefile generation.. DO NOT run the makefile yet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/libs/func_parser

    r3d888ef rcace333e  
    9999
    100100  local filename # output filename
    101 
    102   echo -en  "\tGenerating the HTML book ..."
     101  echo -en  "\tGenerating the HTML book for <$TARGET> from the xml files located in <$BLFS_XML>..."
    103102  xsltproc --xinclude --nonet \
    104103           --stringparam mail_server $MAIL_SERVER \
     
    107106           ../libs/book.xsl \
    108107           $TARGET-index.xml > xsltproc.log 2>&1
    109 
    110108  mkdir HTML/{stylesheets,images}
    111109  cp ../$BLFS_XML/stylesheets/*.css HTML/stylesheets
     
    146144           $TARGET-index.xml >> xsltproc.log 2>&1
    147145  echo "done"
     146    # Make the scripts executable.
     147  chmod -R +x scripts
     148
    148149}
Note: See TracChangeset for help on using the changeset viewer.