54d255bf56
Makefile 1.6 -> 1.7 book.sgml 1.246 -> 1.346 Obtained from: The FreeBSD Russian Documentation Project's CVS Repository (cvs.FreeBSD.org.ua)
32 lines
620 B
Makefile
32 lines
620 B
Makefile
#
|
|
# The FreeBSD Russian Documentation Project
|
|
#
|
|
# $FreeBSD$
|
|
# $FreeBSDru: frdp/doc/ru_RU.KOI8-R/books/faq/Makefile,v 1.9 2002/01/09 15:57:43 andy Exp $
|
|
#
|
|
# Original revision: 1.7
|
|
#
|
|
# Build the FreeBSD FAQ
|
|
#
|
|
|
|
MAINTAINER=andy@FreeBSD.org phantom@FreeBSD.org
|
|
|
|
DOC?= book
|
|
|
|
FORMATS?= html-split html
|
|
|
|
INSTALL_COMPRESSED?= gz
|
|
INSTALL_ONLY_COMPRESSED?=
|
|
|
|
JADEFLAGS+=-Vbiblio-xref-title
|
|
#
|
|
# SRCS lists the individual SGML files that make up the document. Changes
|
|
# to any of these files will force a rebuild
|
|
#
|
|
|
|
# SGML content
|
|
SRCS = book.sgml
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../../..
|
|
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|