make help | List available make commands for building a book. |
make help_params | List available parameters that can be set in the Makefile . |
make test-en-US | Check that the book can be built correctly. Run the make test command before running any other make command, and before checking a book back into a repository (i.e. CVS or SVN). |
make html-en-US | Build the book in HTML format. The HTML output will be located in the Book_Name /tmp/en-US /html/ directory. |
make html-single-en-US | Build the book HTML format. The output will be a single HTML file located in the Book_Name /tmp/en-US /html-single/ directory. |
make htmlhelp-en-US | Build the book in HTML HELP format. HTML HELP is a limited form of HTML, designed to be viewed regardless of your platform or Web browser. The output is located in the Book_Name /tmp/en-US /htmlhelp/ directory. |
make pdf-en-US | Build the book in PDF format. This may not be supported on all systems. |
make clean | Remove all files and folders in the tmp/ subdirectory. The tmp/ subdirectory is created after running a make command to build a book, such as make html . |
make web-srpm-en-US | Create a source RPM to generate web based documentation RPMs from. |
make clean_ids | Change all IDs to a standard format. This format is Book_Name-title . For example, a section with a title of First Section in a book named Test_Book will have the following ID after running make clean_ids : <section id="Test_Book-First_Section"> |