b4346b9b2d
- Reflect the rename in referencing files Approved by: doceng (implicit)
18 lines
307 B
Makefile
18 lines
307 B
Makefile
# $FreeBSD$
|
|
#
|
|
# The FreeBSD Mongolian Documentation Project
|
|
#
|
|
# Original revision 1.1
|
|
#
|
|
# Build the Handbook with just the content from this chapter.
|
|
#
|
|
|
|
CHAPTERS= config/chapter.xml
|
|
|
|
VPATH= ..
|
|
|
|
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../../../..
|
|
|
|
.include "../Makefile"
|