Check in our new doc framework.
[dragonfly.git] / en / books / arch-handbook / Makefile
1
2 # $DragonFly: doc/en/books/arch-handbook/Makefile,v 1.1.1.1 2004/04/02 09:35:47 hmp Exp $
3 #
4 # Build the FreeBSD Architecture Handbook.
5 #
6
7 MAINTAINER=doc@FreeBSD.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 SRCS+= boot/chapter.sgml
26 SRCS+= driverbasics/chapter.sgml
27 SRCS+= isa/chapter.sgml
28 SRCS+= jail/chapter.sgml
29 SRCS+= kobj/chapter.sgml
30 SRCS+= locking/chapter.sgml
31 SRCS+= newbus/chapter.sgml
32 SRCS+= pci/chapter.sgml
33 SRCS+= scsi/chapter.sgml
34 SRCS+= smp/chapter.sgml
35 SRCS+= sound/chapter.sgml
36 SRCS+= pccard/chapter.sgml
37 SRCS+= sysinit/chapter.sgml
38 SRCS+= usb/chapter.sgml
39 SRCS+= vm/chapter.sgml
40
41 # Images from the cross-document image library
42 IMAGES_LIB=  callouts/1.png
43 IMAGES_LIB+= callouts/2.png
44 IMAGES_LIB+= callouts/3.png
45 IMAGES_LIB+= callouts/4.png
46 IMAGES_LIB+= callouts/5.png
47 IMAGES_LIB+= callouts/6.png
48 IMAGES_LIB+= callouts/7.png
49 IMAGES_LIB+= callouts/8.png
50 IMAGES_LIB+= callouts/9.png
51 IMAGES_LIB+= callouts/10.png
52
53 # Entities
54
55 DOC_PREFIX?= ${.CURDIR}/../../..
56 .include "${DOC_PREFIX}/share/mk/doc.project.mk"