Lines Matching refs:DOCSDIR
91 DOCSDIR=$WWWBASE/onlinedocs
93 DOCSDIR=$WWWBASE/onlinedocs/$SUBDIR
101 if [ ! -d $DOCSDIR ]; then
102 mkdir $DOCSDIR
103 chmod g+w $DOCSDIR
175 mkdir -p $DOCSDIR/$file
198 mkdir -p $DOCSDIR/jit
222 find $DOCSDIR -type f -maxdepth 1 -print | grep -v index.html | xargs rm
224 rm -f $DOCSDIR/$m/*.html $DOCSDIR/$m/*.html.gz
230 if [ -f $DOCSDIR/$file ]; then
231 cat $DOCSDIR/$file |
241 cp $file $DOCSDIR/$file
242 cp $file.gz $DOCSDIR/$file.gz
257 mkdir -p $(dirname $DOCSDIR/$file)
258 cp $file $DOCSDIR/$file
261 cd $DOCSDIR