mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 19:22:47 +00:00
452f8fc444
updated documentation tree
17 lines
280 B
Makefile
17 lines
280 B
Makefile
# $FreeBSD$
|
|
|
|
RELN_ROOT?= ${.CURDIR}/..
|
|
|
|
SUBDIR = relnotes
|
|
SUBDIR+= hardware
|
|
SUBDIR+= readme
|
|
SUBDIR+= errata
|
|
|
|
COMPAT_SYMLINK = en
|
|
|
|
LANGCODE=en_US.ISO8859-1
|
|
_LANGCODE=en_US.ISO8859-1
|
|
|
|
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|