Chris Leonello - 2002-08-12

Hi,

When trying to generate docs from two perl sourcefiles using the makefile supplied in the Robodoc documentation, I recieve the following error:

Makefile:53: *** missing separator.  Stop.

Which corresponds to the following line in the makefile:

     $(ROBODOC) $< $@ INDEX HTML TITLE "$(PROJECT) Master Index"

robodoc does function correctly when I create the docs one at a time from the command line.  The only changes I made to the makefile were to the following lines:

ROBOOPTS=TOC TABSIZE 2 SORT

# Your source files.
#
SOURCES=Session.pm Common_include.pm

I am on the following type of machine: SunOS 5.5.1 Generic_103640-37 sun4u sparc SUNW,Ultra-2
and gmake -v gives me the following:

GNU Make version 3.77, by Richard Stallman and Roland McGrath.
Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98
        Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

Report bugs to <bug-make@gnu.org>.

I know little about make and makefiles, any help is appreciated.

Thanks!
Chris Leonello