Lines Matching refs:DOCSDIR
105 DOCSDIR=$WWWBASE/onlinedocs
107 DOCSDIR=$WWWBASE/onlinedocs/$SUBDIR
115 if [ ! -d $DOCSDIR ]; then
116 mkdir $DOCSDIR
117 chmod g+w $DOCSDIR
192 mkdir -p $DOCSDIR/$file
206 mkdir -p $DOCSDIR/jit
230 find $DOCSDIR -type f -maxdepth 1 -print | grep -v index.html | xargs rm
232 rm -f $DOCSDIR/$m/*.html $DOCSDIR/$m/*.html.gz
238 if [ -f $DOCSDIR/$file ]; then
239 cat $DOCSDIR/$file |
249 cp $file $DOCSDIR/$file
250 cp $file.gz $DOCSDIR/$file.gz
265 mkdir -p $(dirname $DOCSDIR/$file)
266 cp $file $DOCSDIR/$file
269 cd $DOCSDIR