- Add chapters boot and kernelconfig
- use HAS_INDEX Submitted by: Martin Heinen <martin@sumuk.de> Obtained by: FreeBSD German Documentation Project
This commit is contained in:
parent
416dc80acd
commit
222defdacd
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=11924
1 changed files with 11 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSDde: de-docproj/books/handbook/Makefile,v 1.11 2001/11/29 21:50:28 mheinen Exp $
|
||||
# $FreeBSDde: de-docproj/books/handbook/Makefile,v 1.15 2002/01/27 14:35:08 mheinen Exp $
|
||||
#
|
||||
# Build the FreeBSD Handbook in its German translation.
|
||||
#
|
||||
|
@ -11,6 +11,8 @@ DOC?= book
|
|||
|
||||
FORMATS?= html-split
|
||||
|
||||
HAS_INDEX= true
|
||||
|
||||
INSTALL_COMPRESSED?= gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
|
@ -20,11 +22,13 @@ INSTALL_ONLY_COMPRESSED?=
|
|||
#
|
||||
|
||||
# SGML content
|
||||
SRCS= book.sgml
|
||||
SRCS+= book.sgml
|
||||
SRCS+= basics/chapter.sgml
|
||||
SRCS+= bibliography/chapter.sgml
|
||||
SRCS+= boot/chapter.sgml
|
||||
SRCS+= config/chapter.sgml
|
||||
SRCS+= disks/chapter.sgml
|
||||
SRCS+= kernelconfig/chapter.sgml
|
||||
SRCS+= ports/chapter.sgml
|
||||
SRCS+= security/chapter.sgml
|
||||
SRCS+= sound/chapter.sgml
|
||||
|
@ -34,5 +38,10 @@ SRCS+= users/chapter.sgml
|
|||
SRCS+= chapters.ent
|
||||
SRCS+= newsgroups.ent
|
||||
|
||||
# alle Kapitel bauen
|
||||
CHAPTERS?= ${SRCS:M*chapter.sgml}
|
||||
|
||||
SGMLFLAGS+= ${CHAPTERS:S/\/chapter.sgml//:S/^/-i chap./}
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
||||
|
|
Loading…
Reference in a new issue