source: rtems/doc/do_docs @ 02f19bf

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

changed version number

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