Add in order to build the German documentation correctly.
This commit is contained in:
parent
c769c9a28d
commit
18245e1cbe
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=7798
2 changed files with 26 additions and 0 deletions
13
de_DE.ISO8859-1/books/Makefile
Normal file
13
de_DE.ISO8859-1/books/Makefile
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
#
|
||||||
|
# The FreeBSD Documentation Project
|
||||||
|
# The FreeBSD German Documentation Project
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
SUBDIR= handbook
|
||||||
|
|
||||||
|
ROOT_SYMLINKS= handbook
|
||||||
|
|
||||||
|
DOC_PREFIX?= ${.CURDIR}/../..
|
||||||
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
13
de_DE.ISO_8859-1/books/Makefile
Normal file
13
de_DE.ISO_8859-1/books/Makefile
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
#
|
||||||
|
# The FreeBSD Documentation Project
|
||||||
|
# The FreeBSD German Documentation Project
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
SUBDIR= handbook
|
||||||
|
|
||||||
|
ROOT_SYMLINKS= handbook
|
||||||
|
|
||||||
|
DOC_PREFIX?= ${.CURDIR}/../..
|
||||||
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
Loading…
Reference in a new issue