/release/doc/ja_JP.eucJP/relnotes/amd64/Makefile

https://bitbucket.org/freebsd/freebsd-head/ · Makefile · 19 lines · 11 code · 5 blank · 3 comment · 0 complexity · 2a825b0e2fe18f495be9f42d7d485a1b MD5 · raw file

  1. # $FreeBSD$
  2. # Original revision: 1.1
  3. RELN_ROOT?= ${.CURDIR}/../../..
  4. DOC?= article
  5. FORMATS?= html
  6. INSTALL_COMPRESSED?= gz
  7. INSTALL_ONLY_COMPRESSED?=
  8. JADEFLAGS+= -V %generate-article-toc%
  9. # SGML content
  10. SRCS+= article.xml
  11. SRCS+= ../common/relnotes.ent
  12. SRCS+= ../common/new.xml
  13. .include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
  14. .include "${DOC_PREFIX}/share/mk/doc.project.mk"