Changeset e676ffa for common


Ignore:
Timestamp:
03/22/2006 10:52:32 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
fcaf131
Parents:
ebba33f
Message:

Added specific CLFS XSL file.
At this momment the CLFS system build may be broken.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/common-functions

    rebba33f re676ffa  
    621621    clfs)
    622622        echo -n " ${L_arrow}${BOLD}$ARCH${R_arrow} target architecture"
    623         xsltproc --xinclude \
    624                  --nonet \
     623        xsltproc --nonet \
     624                 --xinclude \
     625                 --stringparam method $METHOD \
     626                 --stringparam testsuite $TEST \
     627                 --stringparam vim-lang $VIMLANG \
     628                 --stringparam timezone $TIMEZONE \
     629                 --stringparam page $PAGE \
     630                 --stringparam lang $LANG \
     631                 --stringparam keymap $KEYMAP \
    625632                 -o ./${PROGNAME}-commands/ $XSL $BOOK/$ARCH-index.xml >>$LOGDIR/$LOG 2>&1
    626633      ;;
Note: See TracChangeset for help on using the changeset viewer.