/release/doc/fr_FR.ISO8859-1/early-adopter/Makefile
https://bitbucket.org/freebsd/freebsd-head/ · Makefile · 24 lines · 13 code · 4 blank · 7 comment · 0 complexity · 9015d9e61bcbe42382e44dd7d048868f MD5 · raw file
- #
- # The FreeBSD Documentation Project
- # The FreeBSD French Documentation Project
- #
- # $Id$
- # $FreeBSD$
- # Original revision: 1.3
- RELN_ROOT?= ${.CURDIR}/../..
- .ifdef NO_LANGCODE_IN_DESTDIR
- DESTDIR?= ${DOCDIR}/early-adopter
- .else
- DESTDIR?= ${DOCDIR}/fr_FR.ISO8859-1/early-adopter
- .endif
- DOC?= article
- FORMATS?= html
- INSTALL_COMPRESSED?=gz
- INSTALL_ONLY_COMPRESSED?=
- SRCS+= article.xml
- .include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
- .include "${DOC_PREFIX}/share/mk/doc.project.mk"