Current Path : /usr/src/release/doc/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/src/release/doc/Makefile |
# $FreeBSD: release/9.1.0/release/doc/Makefile 243705 2012-11-30 16:15:35Z hrs $ # # The user can override the default language to build and install # with the RELNOTES_LANG variable. # .if defined(RELNOTES_LANG) && !empty(RELNOTES_LANG) SUBDIR+= ${RELNOTES_LANG} .else SUBDIR+= en_US.ISO8859-1 .endif SUBDIR+= share/sgml RELN_ROOT?= ${.CURDIR} .include "${RELN_ROOT}/share/mk/doc.relnotes.mk" .include "${DOC_PREFIX}/share/mk/doc.subdir.mk"