Lines Matching refs:DIR

940 	print "$HTML<head>$STDHEAD" > $WDIR/$DIR/$TNAME.lhs.html
942 cat >> $WDIR/$DIR/$TNAME.lhs.html <<-EOF
950 cp $WDIR/$DIR/$TNAME.lhs.html $WDIR/$DIR/$TNAME.rhs.html
952 insert_anchors $lhsfile >> $WDIR/$DIR/$TNAME.lhs.html
953 insert_anchors $rhsfile >> $WDIR/$DIR/$TNAME.rhs.html
957 print $close >> $WDIR/$DIR/$TNAME.lhs.html
958 print $close >> $WDIR/$DIR/$TNAME.rhs.html
960 print "$FRAMEHTML<head>$STDHEAD" > $WDIR/$DIR/$TNAME.frames.html
962 "$TPATH/$TNAME</title> </head>" >> $WDIR/$DIR/$TNAME.frames.html
963 cat >> $WDIR/$DIR/$TNAME.frames.html <<-EOF
1934 new_mode=`get_file_mode $CWS/$DIR/$F`
1946 rm -rf $newdir/$DIR/$F
1947 if [[ -e $CWS/$DIR/$F ]]; then
1948 cp $CWS/$DIR/$F $newdir/$DIR/$F
1950 chmod $new_mode $newdir/$DIR/$F
1953 print -u2 "ERROR: set mode of $newdir/$DIR/$F"
2027 if [[ "$DIR" == "." ]]; then
2030 file="$DIR/$F"
2034 if [[ -e $CWS/$DIR/$F ]]; then
2035 cp $CWS/$DIR/$F $newdir/$DIR/$F
2036 chmod $(get_file_mode $CWS/$DIR/$F) $newdir/$DIR/$F
2047 rm -f $newdir/$DIR/$F
2048 [[ -e $CWS/$DIR/$F ]] && cp $CWS/$DIR/$F $newdir/$DIR/$F
2054 svn status $CWS/$DIR/$F | read stat file
2056 svn cat -r BASE $CWS/$DIR/$F > $olddir/$PDIR/$PF
2069 rm -f $newdir/$DIR/$F
2070 [[ -e $CWS/$DIR/$F ]] && cp $CWS/$DIR/$F $newdir/$DIR/$F
2088 typeset DIR=$6
2095 mkdir -p $newdir/$DIR
2107 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" || \
3077 nfile=new/$DIR/$F
3101 rm -f $WDIR/$DIR/$F.patch
3105 > $WDIR/$DIR/$F.patch
3108 > $WDIR/$DIR/$F.patch
3110 diff -u $ofile $nfile > $WDIR/$DIR/$F.patch
3114 > $WDIR/$DIR/$F.patch
3117 >> $WDIR/$DIR/$F.patch
3124 cat $WDIR/$DIR/$F.patch >> $WDIR/$WNAME.patch
3128 ${CDIFFCMD:-diff -bt -C 5} $ofile $nfile > $WDIR/$DIR/$F.cdiff
3129 diff_to_html $F $DIR/$F "C" "$COMM" < $WDIR/$DIR/$F.cdiff \
3130 > $WDIR/$DIR/$F.cdiff.html
3133 ${UDIFFCMD:-diff -bt -U 5} $ofile $nfile > $WDIR/$DIR/$F.udiff
3134 diff_to_html $F $DIR/$F "U" "$COMM" < $WDIR/$DIR/$F.udiff \
3135 > $WDIR/$DIR/$F.udiff.html
3140 -t "$WNAME Wdiff $DIR/$F" $ofile $nfile > \
3141 $WDIR/$DIR/$F.wdiff.html 2>/dev/null
3149 sdiff_to_html $ofile $nfile $F $DIR "$COMM" \
3150 > $WDIR/$DIR/$F.sdiff.html
3154 rm -f $WDIR/$DIR/$F.cdiff $WDIR/$DIR/$F.udiff
3155 difflines $ofile $nfile > $WDIR/$DIR/$F.count
3158 difflines $ofile $nfile > $WDIR/$DIR/$F.count
3161 difflines /dev/null $nfile > $WDIR/$DIR/$F.count
3164 difflines $ofile /dev/null > $WDIR/$DIR/$F.count
3176 print "$MANCSS" > $WDIR/raw_files/new/$DIR/man.css
3184 $nfile.man.txt > $WDIR/$DIR/$F.man.cdiff
3185 diff_to_html $F $DIR/$F "C" "$COMM" < \
3186 $WDIR/$DIR/$F.man.cdiff > \
3187 $WDIR/$DIR/$F.man.cdiff.html
3190 $nfile.man.txt > $WDIR/$DIR/$F.man.udiff
3191 diff_to_html $F $DIR/$F "U" "$COMM" < \
3192 $WDIR/$DIR/$F.man.udiff > \
3193 $WDIR/$DIR/$F.man.udiff.html
3196 $WDIFF -c "$COMM" -t "$WNAME Wdiff $DIR/$F" \
3198 $WDIR/$DIR/$F.man.wdiff.html 2>/dev/null
3205 sdiff_to_html $ofile.man.txt $nfile.man.txt $F.man $DIR \
3206 "$COMM" > $WDIR/$DIR/$F.man.sdiff.html
3211 rm -f $WDIR/$DIR/$F.man.cdiff $WDIR/$DIR/$F.man.udiff
3240 source_to_html Old $PP < $ofile > $WDIR/$DIR/$F-.html
3245 source_to_html New $P < $nfile > $WDIR/$DIR/$F.html
3383 DIR=${P%/*}
3384 if [[ $DIR == $P ]]; then
3385 DIR="." # File at root of workspace