/release/doc/ru_RU.KOI8-R/readme/Makefile

https://bitbucket.org/freebsd/freebsd-head/ · Makefile · 30 lines · 13 code · 5 blank · 12 comment · 0 complexity · 57d85f0bcdb01df7cc8bd7a21bd8611f MD5 · raw file

  1. # The FreeBSD Russian Documentation Project
  2. #
  3. # $FreeBSDru: frdp/release/doc/ru_RU.KOI8-R/readme/Makefile,v 1.1 2004/06/24 13:32:02 den Exp $
  4. # $FreeBSD$
  5. #
  6. # Original revision: 1.7
  7. #
  8. RELN_ROOT?= ${.CURDIR}/../..
  9. .ifdef NO_LANGCODE_IN_DESTDIR
  10. DESTDIR?= ${DOCDIR}/readme
  11. .else
  12. DESTDIR?= ${DOCDIR}/ru_RU.KOI8-R/readme
  13. .endif
  14. DOC?= article
  15. FORMATS?= html
  16. INSTALL_COMPRESSED?= gz
  17. INSTALL_ONLY_COMPRESSED?=
  18. #
  19. # SRCS lists the individual SGML files that make up the document. Changes
  20. # to any of these files will force a rebuild
  21. #
  22. # SGML content
  23. SRCS+= article.xml
  24. .include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
  25. .include "${DOC_PREFIX}/share/mk/doc.project.mk"