/release/doc/fr_FR.ISO8859-1/Makefile
https://bitbucket.org/freebsd/freebsd-head/ · Makefile · 23 lines · 9 code · 6 blank · 8 comment · 0 complexity · f60e6714285179c79ae952d977af4d91 MD5 · raw file
- #
- # The FreeBSD Documentation Project
- # The FreeBSD French Documentation Project
- #
- # $Id$
- # $FreeBSD$
- # Original revision: 1.3
- RELN_ROOT?= ${.CURDIR}/..
- SUBDIR = relnotes
- SUBDIR+= hardware
- #SUBDIR+= readme
- SUBDIR+= errata
- SUBDIR+= installation
- SUBDIR+= early-adopter
- COMPAT_SYMLINK = fr
- .include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
- .include "${DOC_PREFIX}/share/mk/doc.project.mk"