/release/doc/ru_RU.KOI8-R/readme/Makefile
https://bitbucket.org/freebsd/freebsd-head/ · Makefile · 30 lines · 13 code · 5 blank · 12 comment · 0 complexity · 57d85f0bcdb01df7cc8bd7a21bd8611f MD5 · raw file
- # 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.xml
- .include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
- .include "${DOC_PREFIX}/share/mk/doc.project.mk"