summaryrefslogtreecommitdiff
path: root/rtems/bit_docs
blob: cf4352bea82d89d95aab064e1f1cc672ad630b3d (plain)
1
2
3
4
5
6
7
8
9
10
11

PWD=`pwd`
cd $r/doc
../bootstrap
cd -
mkdir b-docs
cd b-docs
$r/doc/configure && cd tools && make && \
  cd .. && make info && make 
cd ..
rm -rf b-docs