source: rtems/doc/do_docs @ d4bc481

4.104.114.84.95
Last change on this file since d4bc481 was dfce9272, checked in by Joel Sherrill <joel.sherrill@…>, on 06/04/97 at 16:04:51

Added CVS Id string

  • Property mode set to 100755
File size: 402 bytes
Line 
1#! /bin/sh
2#
3#  $Id$
4#
5
6basedir=$1
7shift
8manuals="develenv hppa1_1 i386 i960 m68k relnotes sparc user ka9q"
9# posix_test_plan manual left out until finished
10# ada_user manual left out until bindings released
11
12for action in $*
13do
14  for manual in $manuals
15  do
16    echo
17    echo "*** make $action on ${basedir}/${manual} ***"
18    echo
19    cd ${basedir}/${manual}
20    gmake $action || exit $?
21  done
22done
Note: See TracBrowser for help on using the repository browser.