Home | History | Annotate | Download | only in maintainer-scripts

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
174 mkdir -p $DOCSDIR/$file
196 mkdir -p $DOCSDIR/jit
220 find $DOCSDIR -type f -maxdepth 1 -print | grep -v index.html | xargs rm
222 rm -f $DOCSDIR/$m/*.html $DOCSDIR/$m/*.html.gz
228 if [ -f $DOCSDIR/$file ]; then
229 cat $DOCSDIR/$file |
239 cp $file $DOCSDIR/$file
240 cp $file.gz $DOCSDIR/$file.gz
255 mkdir -p $(dirname $DOCSDIR/$file)
256 cp $file $DOCSDIR/$file
259 cd $DOCSDIR