3. Make HTML/PDF/PostScript Versions of the Bluefish manual

Use the following options to make and remove the various files, which will be output to a newly created bluefish-doc/built-doc directory, except for the tarballs which will be ouput in another newly created bluefish-doc/tarballs directory :

Options to make the Bluefish manual

make html

Produces the book in html format, with numerous html files.

make html-one-big

Produces the book in html format, with a unique html file.

make html-all

Produces the book in html format, both outputs.

make pdf-a4

Produces the book in PDF format suitable for A4 paper.

make ps-a4

Produces the book in PostScript format suitable for A4 paper.

make pspdf-a4

Produces the PDF and PostScript versions for A4 paper.

make pdf-us

Produces the book in PDF format suitable for USLetter paper.

make ps-us

Produces the book in PostScript format suitable for USLetter paper.

make pspdf-us

Produces the PDF and PostScript versions for USLetter paper.

make all

Produces all versions of the book.

clean html

Removes the book in html format (both outputs).

clean pdf-a4

Removes the book in PostScript format suitable for A4 paper.

clean ps-a4

Removes the book in PDF format suitable for A4 paper.

clean pdfps-a4

Removes the PDF and PostScript versions for A4 paper.

clean pdf-us

Removes the book in PDF format suitable for USLetter paper.

clean ps-us

Removes the book in PostScript format suitable for USLetter paper.

clean pspdf-us

Removes the PDF and PostScript versions for USLetter paper.

clean all

Removes all versions of the book.

make validate-all

Validate the whole book.

make tarball-all

Produces tarballs suitable to put on the Bluefish web site or for individual use.

If you want to create a new format, you will have to make a copy of the titlepage-a4.xml and pdf-ps-a4.xsl files in the bluefish-doc/stylesheets directory, rename them according to the new format, and modify them.