diff options
| author | Manolis Kiagias <manolis@FreeBSD.org> | 2008-11-14 22:19:18 +0000 |
|---|---|---|
| committer | Manolis Kiagias <manolis@FreeBSD.org> | 2008-11-14 22:19:18 +0000 |
| commit | b75927fb7fa74428414fc63102fc390ea3b5885c (patch) | |
| tree | b06015f01985ed977c718bfbebf7ad84c3901b83 | |
| parent | 7bc58d237c65edd0ac0b5dc5e99aa72c53c1cd8c (diff) | |
Add a note on the files to update when adding a new chapter to the Handbook build
Suggested by: murray
Discussed with: murray, trhodes
Notes
svn path=/head/; revision=33226
| -rw-r--r-- | en_US.ISO8859-1/books/handbook/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/en_US.ISO8859-1/books/handbook/Makefile b/en_US.ISO8859-1/books/handbook/Makefile index 71f88f0c34..85cde68590 100644 --- a/en_US.ISO8859-1/books/handbook/Makefile +++ b/en_US.ISO8859-1/books/handbook/Makefile @@ -23,6 +23,13 @@ # easily be imported into PGP/GPG. # # ------------------------------------------------------------------------ +# +# To add a new chapter to the Handbook: +# +# - Update this Makefile, chapters.ent and book.sgml +# - Add a descriptive entry for the new chapter in preface/preface.sgml +# +# ------------------------------------------------------------------------ .PATH: ${.CURDIR}/../../share/sgml/glossary |
