Add bmake glue for Dutch version of handbook.
This commit is contained in:
parent
8f4f030eec
commit
05b4cdce60
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10794
2 changed files with 15 additions and 0 deletions
8
nl_NL.ISO8859-1/books/Makefile
Normal file
8
nl_NL.ISO8859-1/books/Makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
SUBDIR = handbook
|
||||
|
||||
ROOT_SYMLINKS= handbook
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../..
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
7
nl_NL.ISO8859-1/books/Makefile.inc
Normal file
7
nl_NL.ISO8859-1/books/Makefile.inc
Normal file
|
@ -0,0 +1,7 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
TIDYFLAGS= -latin1
|
||||
|
||||
DESTDIR?= ${DOCDIR}/nl_NL.ISO8859-1/books/${.CURDIR:T}
|
Loading…
Reference in a new issue