]>
git.saurik.com Git - wxWidgets.git/blob - build/buildbot/tools/preprocess.sh
2 #############################################################################
4 # Purpose: Expand embedded xslt
5 # Author: Mike Wetherell
7 # Copyright: (c) 2007 Mike Wetherell
8 # Licence: wxWidgets licence
9 #############################################################################
11 if [ $# -eq 0 -o ! -f "$1" ]; then
12 echo "Usage: $0 FILE..."
13 echo "Expands embedded xslt"
19 while [ $# -gt 0 ]; do
20 xsltproc
--xinclude $DIR/embedded.xsl
"$1" 2>/dev
/null
|
21 xsltproc
--xinclude - "$1"