/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

  1. #
  2. # The FreeBSD Documentation Project
  3. # The FreeBSD French Documentation Project
  4. #
  5. # $Id$
  6. # $FreeBSD$
  7. # Original revision: 1.3
  8. RELN_ROOT?= ${.CURDIR}/..
  9. SUBDIR = relnotes
  10. SUBDIR+= hardware
  11. #SUBDIR+= readme
  12. SUBDIR+= errata
  13. SUBDIR+= installation
  14. SUBDIR+= early-adopter
  15. COMPAT_SYMLINK = fr
  16. .include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
  17. .include "${DOC_PREFIX}/share/mk/doc.project.mk"