]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - release/doc/ru_RU.KOI8-R/readme/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / release / doc / ru_RU.KOI8-R / readme / Makefile
1 # The FreeBSD Russian Documentation Project
2 #
3 # $FreeBSDru: frdp/release/doc/ru_RU.KOI8-R/readme/Makefile,v 1.1 2004/06/24 13:32:02 den Exp $
4 # $FreeBSD$
5 #
6 # Original revision: 1.7
7 #
8
9 RELN_ROOT?= ${.CURDIR}/../..
10 .ifdef NO_LANGCODE_IN_DESTDIR
11 DESTDIR?= ${DOCDIR}/readme
12 .else
13 DESTDIR?= ${DOCDIR}/ru_RU.KOI8-R/readme
14 .endif
15
16 DOC?= article
17 FORMATS?= html
18 INSTALL_COMPRESSED?= gz
19 INSTALL_ONLY_COMPRESSED?=
20
21
22 # SRCS lists the individual SGML files that make up the document. Changes
23 # to any of these files will force a rebuild
24 #
25
26 # SGML content
27 SRCS+=  article.xml
28
29 .include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
30 .include "${DOC_PREFIX}/share/mk/doc.project.mk"