Changeset 5075 for trunk/doc/modules/modules-delta
- Timestamp:
- Sep 20, 2005, 11:43:56 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/doc/modules/modules-delta (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/modules/modules-delta
r4416 r5075 3 3 # Copyright (C) 2005 Joshua Hoblitt 4 4 # 5 # $Id: modules-delta,v 1. 1 2005-06-28 22:01:42jhoblitt Exp $5 # $Id: modules-delta,v 1.2 2005-09-20 21:43:56 jhoblitt Exp $ 6 6 7 7 MODULE=psmodule … … 24 24 25 25 STARTDIR=`pwd` 26 27 usage() 28 { 29 cat <<EOF 30 Usage: $0 [--color={none,auto,always}] 31 EOF 32 } 33 34 if test $# -gt 1; then 35 usage 36 exit 1 37 fi 26 38 27 39 # checkout pslib sources … … 72 84 $TEXBLOCK -b prototype -i $DOC > $WORKDIR/spec.txt 73 85 $TEXBLOCK -b datatype -i $DOC >> $WORKDIR/spec.txt 74 $APIDELTA --color=always--spec $WORKDIR/spec.txt --code $WORKDIR/code.txt86 $APIDELTA $1 --spec $WORKDIR/spec.txt --code $WORKDIR/code.txt 75 87 76 88 # cleanup 77 89 78 if [ -d "$WORKDIR" ] ; then79 rm -rf $WORKDIR80 fi90 #if [ -d "$WORKDIR" ] ; then 91 # rm -rf $WORKDIR 92 #fi
Note:
See TracChangeset
for help on using the changeset viewer.
