31 lines
663 B
Makefile
31 lines
663 B
Makefile
|
# The FreeBSD Russian Documentation Project
|
||
|
#
|
||
|
# $FreeBSDru: frdp/release/doc/ru_RU.KOI8-R/readme/Makefile,v 1.1 2004/06/24 13:32:02 den Exp $
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
# Original revision: 1.7
|
||
|
#
|
||
|
|
||
|
RELN_ROOT?= ${.CURDIR}/../..
|
||
|
.ifdef NO_LANGCODE_IN_DESTDIR
|
||
|
DESTDIR?= ${DOCDIR}/readme
|
||
|
.else
|
||
|
DESTDIR?= ${DOCDIR}/ru_RU.KOI8-R/readme
|
||
|
.endif
|
||
|
|
||
|
DOC?= article
|
||
|
FORMATS?= html
|
||
|
INSTALL_COMPRESSED?= gz
|
||
|
INSTALL_ONLY_COMPRESSED?=
|
||
|
|
||
|
#
|
||
|
# SRCS lists the individual SGML files that make up the document. Changes
|
||
|
# to any of these files will force a rebuild
|
||
|
#
|
||
|
|
||
|
# SGML content
|
||
|
SRCS+= article.sgml
|
||
|
|
||
|
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
|
||
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|