/release/doc/fr_FR.ISO8859-1/installation/sparc64/Makefile

https://bitbucket.org/freebsd/freebsd-head/ · Makefile · 26 lines · 12 code · 5 blank · 9 comment · 0 complexity · 1acf1ce51de3f08aa016882152f5367b MD5 · raw file

  1. #
  2. # The FreeBSD Documentation Project
  3. # The FreeBSD French Documentation Project
  4. # $Id$
  5. #
  6. # $FreeBSD$
  7. # Original revision: 1.1
  8. #
  9. RELN_ROOT?= ${.CURDIR}/../../..
  10. DOC?= article
  11. FORMATS?= html
  12. INSTALL_COMPRESSED?= gz
  13. INSTALL_ONLY_COMPRESSED?=
  14. # SGML content
  15. SRCS+= article.xml
  16. SRCS+= install.xml
  17. SRCS+= ../common/artheader.xml
  18. SRCS+= ../common/install.xml
  19. SRCS+= ../common/layout.xml
  20. .include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
  21. .include "${DOC_PREFIX}/share/mk/doc.project.mk"