source: rtems/doc/do_docs @ bf56ac8

4.104.114.84.95
Last change on this file since bf56ac8 was 17a3c69, checked in by Joel Sherrill <joel.sherrill@…>, on 05/30/97 at 22:57:25

fixed typos

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