Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Makefile Commands

davedf edited this page Sep 23, 2010 · 1 revision

Makefile options

  1. Create full book:

make docbook

  1. Create single chapter (eg intro):

make intro.pdf

  1. Clean up temporary files:

make clean

  1. Create web site:

make website

Chain the commands if you want: make clean docbook

Clone this wiki locally