Connect books/handbook/desktop/chapter.sgml to the build.
This commit is contained in:
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
|
@ -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
|
||||
|
|
|
@ -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; ]]>
|
||||
|
|
16
ja_JP.eucJP/books/handbook/desktop/Makefile
Normal file
16
ja_JP.eucJP/books/handbook/desktop/Makefile
Normal 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"
|
Loading…
Reference in a new issue