more debug output
[linux-2.4.git] / scripts / docgen
1 #!/bin/sh
2 set -e
3 if [ -z "$scripts_objtree" ]
4 then
5         X=`$TOPDIR/scripts/gen-all-syms "$*"`
6         $TOPDIR/scripts/docproc $X
7 else
8         X=`${scripts_objtree}gen-all-syms "$*"`
9         TOPDIR=. ${scripts_objtree}docproc $X
10 fi