Lines Matching refs:DIR
1240 print "$HTML<head>$STDHEAD" > $WDIR/$DIR/$TNAME.lhs.html
1242 cat >> $WDIR/$DIR/$TNAME.lhs.html <<-EOF
1250 cp $WDIR/$DIR/$TNAME.lhs.html $WDIR/$DIR/$TNAME.rhs.html
1252 insert_anchors $lhsfile >> $WDIR/$DIR/$TNAME.lhs.html
1253 insert_anchors $rhsfile >> $WDIR/$DIR/$TNAME.rhs.html
1257 print $close >> $WDIR/$DIR/$TNAME.lhs.html
1258 print $close >> $WDIR/$DIR/$TNAME.rhs.html
1260 print "$FRAMEHTML<head>$STDHEAD" > $WDIR/$DIR/$TNAME.frames.html
1262 "$TPATH/$TNAME</title> </head>" >> $WDIR/$DIR/$TNAME.frames.html
1263 cat >> $WDIR/$DIR/$TNAME.frames.html <<-EOF
2161 if [[ "$DIR" == "." ]]; then
2164 file="$DIR/$F"
2168 if [[ -e $CWS/$DIR/$F ]]; then
2169 cp $CWS/$DIR/$F $newdir/$DIR/$F
2170 chmod $(get_file_mode $CWS/$DIR/$F) $newdir/$DIR/$F
2181 rm -f $newdir/$DIR/$F
2182 [[ -e $CWS/$DIR/$F ]] && cp $CWS/$DIR/$F $newdir/$DIR/$F
2188 svn status $CWS/$DIR/$F | read stat file
2190 svn cat -r BASE $CWS/$DIR/$F > $olddir/$PDIR/$PF
2203 rm -f $newdir/$DIR/$F
2204 [[ -e $CWS/$DIR/$F ]] && cp $CWS/$DIR/$F $newdir/$DIR/$F
2222 typeset DIR=$6
2229 mkdir -p $newdir/$DIR
2239 if [[ ! -f $olddir/$PDIR/$PF && ! -f $newdir/$DIR/$F ]]; then
3033 DIR=${P%/*}
3034 if [[ $DIR == $P ]]; then
3035 DIR="." # File at root of workspace
3041 DIR=${P%/*}
3042 if [[ "$DIR" == "$P" ]]; then
3043 DIR="." # File at root of workspace
3049 PDIR=$DIR
3058 mkdir -p $WDIR/$DIR
3066 build_old_new "$WDIR" "$PWS" "$PDIR" "$PF" "$CWS" "$DIR" "$F" || \
3087 if [[ $DIR == "." ]]; then
3090 nfile=new/$DIR/$F
3115 rm -f $WDIR/$DIR/$F.patch
3119 > $WDIR/$DIR/$F.patch
3122 > $WDIR/$DIR/$F.patch
3124 diff -u $ofile $nfile > $WDIR/$DIR/$F.patch
3128 > $WDIR/$DIR/$F.patch
3131 >> $WDIR/$DIR/$F.patch
3138 cat $WDIR/$DIR/$F.patch >> $WDIR/$WNAME.patch
3142 ${CDIFFCMD:-diff -bt -C 5} $ofile $nfile > $WDIR/$DIR/$F.cdiff
3143 diff_to_html $F $DIR/$F "C" "$COMM" < $WDIR/$DIR/$F.cdiff \
3144 > $WDIR/$DIR/$F.cdiff.html
3147 ${UDIFFCMD:-diff -bt -U 5} $ofile $nfile > $WDIR/$DIR/$F.udiff
3148 diff_to_html $F $DIR/$F "U" "$COMM" < $WDIR/$DIR/$F.udiff \
3149 > $WDIR/$DIR/$F.udiff.html
3154 -t "$WNAME Wdiff $DIR/$F" $ofile $nfile > \
3155 $WDIR/$DIR/$F.wdiff.html 2>/dev/null
3163 sdiff_to_html $ofile $nfile $F $DIR "$COMM" \
3164 > $WDIR/$DIR/$F.sdiff.html
3168 rm -f $WDIR/$DIR/$F.cdiff $WDIR/$DIR/$F.udiff
3169 difflines $ofile $nfile > $WDIR/$DIR/$F.count
3172 difflines $ofile $nfile > $WDIR/$DIR/$F.count
3175 difflines /dev/null $nfile > $WDIR/$DIR/$F.count
3178 difflines $ofile /dev/null > $WDIR/$DIR/$F.count
3190 print "$MANCSS" > $WDIR/raw_files/new/$DIR/man.css
3198 $nfile.man.txt > $WDIR/$DIR/$F.man.cdiff
3199 diff_to_html $F $DIR/$F "C" "$COMM" < \
3200 $WDIR/$DIR/$F.man.cdiff > \
3201 $WDIR/$DIR/$F.man.cdiff.html
3204 $nfile.man.txt > $WDIR/$DIR/$F.man.udiff
3205 diff_to_html $F $DIR/$F "U" "$COMM" < \
3206 $WDIR/$DIR/$F.man.udiff > \
3207 $WDIR/$DIR/$F.man.udiff.html
3210 $WDIFF -c "$COMM" -t "$WNAME Wdiff $DIR/$F" \
3212 $WDIR/$DIR/$F.man.wdiff.html 2>/dev/null
3219 sdiff_to_html $ofile.man.txt $nfile.man.txt $F.man $DIR \
3220 "$COMM" > $WDIR/$DIR/$F.man.sdiff.html
3225 rm -f $WDIR/$DIR/$F.man.cdiff $WDIR/$DIR/$F.man.udiff
3229 source_to_html Old $PP < $ofile > $WDIR/$DIR/$F-.html
3234 source_to_html New $P < $nfile > $WDIR/$DIR/$F.html
3357 DIR=${P%/*}
3358 if [[ $DIR == $P ]]; then
3359 DIR="." # File at root of workspace