/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
- # $FreeBSD$
- # Original revision: 1.1
- RELN_ROOT?= ${.CURDIR}/../../..
- DOC?= article
- FORMATS?= html
- INSTALL_COMPRESSED?= gz
- INSTALL_ONLY_COMPRESSED?=
- JADEFLAGS+= -V %generate-article-toc%
- # SGML content
- SRCS+= article.xml
- SRCS+= ../common/relnotes.ent
- SRCS+= ../common/new.xml
- .include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
- .include "${DOC_PREFIX}/share/mk/doc.project.mk"