8843a4c304
Add articles directory to it_IT.ISO8859-15/Makefile and update .po and .xml files to fix Italian documentation build. Reviewed by: dbaio Approved by: bcr (docs), tcberner (co-mentor) Differential Revision: https://reviews.freebsd.org/D24184
10 lines
145 B
Makefile
10 lines
145 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR = articles
|
|
SUBDIR+= books
|
|
|
|
COMPAT_SYMLINK = it
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/..
|
|
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|