Hook up the Danish documentation to the website build.
This commit is contained in:
parent
e262379bbd
commit
f1e5b28ded
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=18596
4 changed files with 63 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/Makefile,v 1.19 2002/10/05 16:06:44 lioux Exp $
|
||||
# $FreeBSD: www/Makefile,v 1.20 2003/03/20 00:10:51 trhodes Exp $
|
||||
|
||||
WEB_PREFIX= ${.CURDIR}
|
||||
|
||||
|
@ -6,7 +6,7 @@ SUBDIR= en
|
|||
|
||||
.if !defined(ENGLISH_ONLY) || empty(ENGLISH_ONLY)
|
||||
.if make(obj)
|
||||
SUBDIR+= it ja es ru zh de pt_BR
|
||||
SUBDIR+= da it ja es ru zh de pt_BR
|
||||
.endif
|
||||
.endif
|
||||
|
||||
|
|
17
da/Makefile
Normal file
17
da/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||