/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

  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. .ifdef NO_LANGCODE_IN_DESTDIR
  10. DESTDIR?= ${DOCDIR}/early-adopter
  11. .else
  12. DESTDIR?= ${DOCDIR}/fr_FR.ISO8859-1/early-adopter
  13. .endif
  14. DOC?= article
  15. FORMATS?= html
  16. INSTALL_COMPRESSED?=gz
  17. INSTALL_ONLY_COMPRESSED?=
  18. SRCS+= article.xml
  19. .include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
  20. .include "${DOC_PREFIX}/share/mk/doc.project.mk"