/release/doc/en_US.ISO8859-1/relnotes/Makefile

https://bitbucket.org/freebsd/freebsd-head/ · Makefile · 24 lines · 15 code · 7 blank · 2 comment · 0 complexity · 592f6662c20bd1d6a403c36dac2d83db MD5 · raw file

  1. # $FreeBSD$
  2. RELN_ROOT?= ${.CURDIR}/../..
  3. .ifdef NO_LANGCODE_IN_DESTDIR
  4. DESTDIR?= ${DOCDIR}/relnotes
  5. .else
  6. DESTDIR?= ${DOCDIR}/en_US.ISO8859-1/relnotes
  7. .endif
  8. DOC?= article
  9. FORMATS?= html
  10. INSTALL_COMPRESSED?= gz
  11. INSTALL_ONLY_COMPRESSED?=
  12. JADEFLAGS+= -V %generate-article-toc%
  13. # SGML content
  14. SRCS+= article.xml
  15. URL_RELPREFIX?= ../../../..
  16. .include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
  17. .include "${DOC_PREFIX}/share/mk/doc.project.mk"