From 46cff6996157d1e79eaac8aba4c885c6da49b85d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 15 May 2012 15:54:07 -0500 Subject: bit_docs - Add missing file --- rtems/bit_docs | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 rtems/bit_docs (limited to 'rtems') diff --git a/rtems/bit_docs b/rtems/bit_docs new file mode 100755 index 0000000..cf4352b --- /dev/null +++ b/rtems/bit_docs @@ -0,0 +1,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 -- cgit v1.2.3