pythondoc problem
Michael Husmann
michael.husmann at teleatlas.com
Fri May 12 02:21:37 EDT 2000
Each line of the Makefile ends with a CR/LF combination while Unix expects
a single LF at the end. The easiest way is to convert that Makefile with
a dos2unix program. Then it should work.
I am using pythondoc and I think it is a nice way to produce documentation
out of the source files.
HTH,
Michael
Chuck Esterbrook wrote:
> I downloaded pythondoc 0.7 from:
>
> http://starship.python.net/crew/danilo/pythondoc/
>
> to my Linux machine where I "unzip"ed it.
>
> I typed "make [all|install]" and got:
>
> Makefile:23: *** commands commence before first target. Stop.
>
> My e-mail to the author, as taken from the README (Daniel.Larsson at vasteras.mail.telia.com) bounced.
>
> * Is there a workaround? Or does anyone have a working pythondoc?
>
> * Do people use pythondoc, gendoc or something else?
>
> Thanks for any info,
>
> -Chuck
More information about the Python-list
mailing list