Corrected command snippets, text.
[dragonfly.git] / en / books / usersguide / Makefile
1
2 # $DragonFly: doc/en/books/usersguide/Makefile,v 1.1 2004/05/05 18:38:57 justin Exp $
3 #
4 # Build the DragonFly Guidebook.
5 #
6
7 MAINTAINER=docs@dragonflybsd.org
8
9 DOC?= book
10
11 FORMATS?= html-split
12
13 #HAS_INDEX= true
14
15 INSTALL_COMPRESSED?= gz
16 INSTALL_ONLY_COMPRESSED?=
17
18
19 # SRCS lists the individual SGML files that make up the document. Changes
20 # to any of these files will force a rebuild
21 #
22
23 # SGML content
24 SRCS=  book.sgml
25
26 # Entities
27
28 DOC_PREFIX?= ${.CURDIR}/../../..
29 .include "${DOC_PREFIX}/share/mk/doc.project.mk"