diff options
-rw-r--r-- | mn_MN.UTF-8/books/handbook/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/mn_MN.UTF-8/books/handbook/Makefile b/mn_MN.UTF-8/books/handbook/Makefile index f00ad0e904..73395aec98 100644 --- a/mn_MN.UTF-8/books/handbook/Makefile +++ b/mn_MN.UTF-8/books/handbook/Makefile @@ -2,7 +2,7 @@ # # The FreeBSD Mongolian Documentation Project # -# Original revision 1.110 +# Original revision 1.111 # # Build the FreeBSD Handbook. # @@ -26,6 +26,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 |