rm -f Protocol-A.notab if grep -n ' ' Protocol-A.texi /dev/null ; then echo tabs detected ; exit 1; fi nawk 'length() > 79 {print FILENAME ":" NR ": too long line"; e=1} END {exit(e)}' Protocol-A.texi echo no tabs found > Protocol-A.notab rm -f lyskomd.notab if grep -n ' ' lyskomd.texi /dev/null ; then echo tabs detected ; exit 1; fi nawk 'length() > 79 {print FILENAME ":" NR ": too long line"; e=1} END {exit(e)}' lyskomd.texi echo no tabs found > lyskomd.notab Making info in man Target "info" is up to date. /bin/sh /usr/local/xenofarm/lyskom-server/lukushion.roxen.com/buildtmp/dist/lyskom-server-2.0.7/scripts/missing --run makeinfo -I . -o lyskomd.info `test -f 'lyskomd.texi' || echo './'`lyskomd.texi /usr/local/xenofarm/lyskom-server/lukushion.roxen.com/buildtmp/dist/lyskom-server-2.0.7/scripts/missing[46]: makeinfo: not found WARNING: `makeinfo' is missing on your system. You should only need it if you modified a `.texi' or `.texinfo' file, or any other file indirectly affecting the aspect of the manual. The spurious call might also be the consequence of using a buggy `make' (AIX, DU, IRIX). You might want to install the `Texinfo' package or the `GNU make' package. Grab either from any GNU archive site. Target "info-am" is up to date. WARNING: no python interpreter was found by configure, so most documentation tests could not be run.