Connect books/handbook/desktop/chapter.sgml to the build.

This commit is contained in:
Hideyuki KURASHINA 2004-09-18 18:42:26 +00:00
parent f2aacef519
commit 0a1d28aeca
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=22392
3 changed files with 17 additions and 3 deletions

View file

@ -158,7 +158,7 @@ SRCS+= linuxemu/chapter.sgml
SRCS+= mail/chapter.sgml
SRCS+= mirrors/chapter.sgml
SRCS+= multimedia/chapter.sgml
#SRCS+= desktop/chapter.sgml
SRCS+= desktop/chapter.sgml
SRCS+= pgpkeys/chapter.sgml
SRCS+= ppp-and-slip/chapter.sgml
SRCS+= printing/chapter.sgml

View file

@ -216,9 +216,7 @@
<![ %chap.vinum; [ &chap.vinum; ]]>
-->
<![ %chap.l10n; [ &chap.l10n; ]]>
<!--
<![ %chap.desktop; [ &chap.desktop; ]]>
-->
<![ %chap.multimedia; [ &chap.multimedia; ]]>
<![ %chap.serialcomms; [ &chap.serialcomms; ]]>
<![ %chap.ppp-and-slip; [ &chap.ppp-and-slip; ]]>

View file

@ -0,0 +1,16 @@
#
# Build the Handbook with just the content from this chapter.
#
# $FreeBSD$
#
# Original revision: 1.1
CHAPTERS= desktop/chapter.sgml
VPATH= ..
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
DOC_PREFIX?= ${.CURDIR}/../../../..
.include "../Makefile"