IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5061


Ignore:
Timestamp:
Sep 16, 2005, 11:51:47 AM (21 years ago)
Author:
jhoblitt
Message:

add --color option which is passed to $APIDELTA

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/pslib/pslib-delta

    r4535 r5061  
    33# Copyright (C) 2005  Joshua Hoblitt
    44#
    5 # $Id: pslib-delta,v 1.9 2005-07-11 21:49:59 jhoblitt Exp $
     5# $Id: pslib-delta,v 1.10 2005-09-16 21:51:47 jhoblitt Exp $
    66
    77MODULE=pslib
     
    2424
    2525STARTDIR=`pwd`
     26
     27usage()
     28{
     29    cat <<EOF
     30Usage: $0 [--color [{none,auto,always}]]
     31EOF
     32}
     33
     34if test $# -gt 1; then
     35    usage
     36    exit 1
     37fi
    2638
    2739# checkout pslib sources
     
    7284$TEXBLOCK -b prototype -i $DOC > $WORKDIR/spec.txt
    7385$TEXBLOCK -b datatype -i $DOC >> $WORKDIR/spec.txt
    74 $APIDELTA --color=always --spec $WORKDIR/spec.txt --code $WORKDIR/code.txt
     86$APIDELTA $1 --spec $WORKDIR/spec.txt --code $WORKDIR/code.txt
    7587
    7688# cleanup
Note: See TracChangeset for help on using the changeset viewer.