24d3e7759c
translated files. In this way, we will be able to generate the list of the outdated files automatically. Obtained from: The FreeBSD Hungarian Documentation Project Inspired by: The FreeBSD Greek Documentation Project
18 lines
319 B
Makefile
18 lines
319 B
Makefile
#
|
|
# Build the Handbook with just the content from this chapter.
|
|
#
|
|
# %SOURCE% en_US.ISO8859-1/books/handbook/desktop/Makefile
|
|
# %SRCID% 1.1
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CHAPTERS= desktop/chapter.sgml
|
|
|
|
VPATH= ..
|
|
|
|
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../../../..
|
|
|
|
.include "../Makefile"
|