/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
- # $FreeBSD$
- RELN_ROOT?= ${.CURDIR}/../..
- .ifdef NO_LANGCODE_IN_DESTDIR
- DESTDIR?= ${DOCDIR}/relnotes
- .else
- DESTDIR?= ${DOCDIR}/en_US.ISO8859-1/relnotes
- .endif
- DOC?= article
- FORMATS?= html
- INSTALL_COMPRESSED?= gz
- INSTALL_ONLY_COMPRESSED?=
- JADEFLAGS+= -V %generate-article-toc%
- # SGML content
- SRCS+= article.xml
- URL_RELPREFIX?= ../../../..
- .include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
- .include "${DOC_PREFIX}/share/mk/doc.project.mk"