Hook the dutch handbook into the build.
This commit is contained in:
parent
00225f6233
commit
f2989bd09f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=22499
2 changed files with 3 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -15,6 +15,7 @@ SUBDIR+= es_ES.ISO8859-1
|
||||||
SUBDIR+= fr_FR.ISO8859-1
|
SUBDIR+= fr_FR.ISO8859-1
|
||||||
SUBDIR+= it_IT.ISO8859-15
|
SUBDIR+= it_IT.ISO8859-15
|
||||||
SUBDIR+= ja_JP.eucJP
|
SUBDIR+= ja_JP.eucJP
|
||||||
|
SUBDIR+= nl_NL.ISO8859-1
|
||||||
SUBDIR+= pl_PL.ISO8859-2
|
SUBDIR+= pl_PL.ISO8859-2
|
||||||
SUBDIR+= pt_BR.ISO8859-1
|
SUBDIR+= pt_BR.ISO8859-1
|
||||||
SUBDIR+= ru_RU.KOI8-R
|
SUBDIR+= ru_RU.KOI8-R
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
|
SUBDIR = books
|
||||||
|
|
||||||
COMPAT_SYMLINK = nl
|
COMPAT_SYMLINK = nl
|
||||||
|
|
||||||
DOC_PREFIX?= ${.CURDIR}/..
|
DOC_PREFIX?= ${.CURDIR}/..
|
||||||
|
|
Loading…
Reference in a new issue