a1dcb10fa9
- replace all SRCID values by their SVN equivalents (use 0 for nl_NL.ISO8859-1/books/handbook/bsdinstall/chapter.sgml which is WIP) - remove the last few remaining FreeBSDnl tags - update SOURCE values for new website layout, and correct some values
13 lines
201 B
Makefile
13 lines
201 B
Makefile
# $FreeBSD$
|
|
#
|
|
# %SOURCE% en_US.ISO8859-1/Makefile
|
|
# %SRCID% 38826
|
|
#
|
|
|
|
SUBDIR = articles
|
|
SUBDIR+= books
|
|
|
|
COMPAT_SYMLINK = nl
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/..
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|