[Bf-docboard] Where do I start?

Stefano Selleri bf-docboard@blender.org
Thu, 21 Aug 2003 10:17:51 +0200


Hi!

> Can I add a minor correction, you need to type:
>
> ./make
>
> if you are in the BlenderManual directory.

Nonononono :)

you must type plain 'make' This
way you will use GNU 'make' utility, which relies on my
own 'Makefile' file (which is on the CVS)
and which is quite general (at least for
linux people)

> And, I think the 'make' file in CVS is very specific to Bart's setup, as
it
> contains some commands to scp file to www.blender.org, so you probably
need
> to edit it for your own situation.

Which are not in Makefile :P

> Also, if you use this script to generate html, it will create a directory
> called 'html' which will contain the various .html files. But the images
> didn't appear when viewed in a browser. To view the .png images correctly,
I
> had to add a link to the gfx directory. So while in the html directory:

> ln -sf ../gfx/ gfx

Yup, this I forgot to say!

Stefano