Add two missing Makefile pieces and hook up multimedia to the build.
PR: 124533 Submitted by: Edwin
This commit is contained in:
parent
0d189f1019
commit
60cab6e6b3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=32197
3 changed files with 40 additions and 1 deletions
en
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/Makefile,v 1.144 2008/04/20 03:22:44 murray Exp $
|
||||
# $FreeBSD: www/en/Makefile,v 1.145 2008/04/21 01:41:45 murray Exp $
|
||||
|
||||
.if exists(Makefile.conf)
|
||||
.include "Makefile.conf"
|
||||
|
@ -63,6 +63,7 @@ SUBDIR+= internal
|
|||
SUBDIR+= java
|
||||
SUBDIR+= kse
|
||||
SUBDIR+= marketing
|
||||
SUBDIR+= multimedia
|
||||
SUBDIR+= news
|
||||
SUBDIR+= platforms
|
||||
SUBDIR+= portmgr
|
||||
|
|
8
en/multimedia/Makefile.inc
Normal file
8
en/multimedia/Makefile.inc
Normal file
|
@ -0,0 +1,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
WEBBASE?= /data/multimedia
|
||||
WEB_PREFIX?= ${.CURDIR}/../../..
|
||||
# $FreeBSD$
|
||||
|
||||
WEBBASE?= /data/multimedia
|
||||
WEB_PREFIX?= ${.CURDIR}/../../..
|
30
en/multimedia/Makefile.output
Normal file
30
en/multimedia/Makefile.output
Normal file
|
@ -0,0 +1,30 @@
|
|||
.if exists(../../Makefile.conf)
|
||||
.include "../../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../../Makefile.inc)
|
||||
.include "../../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DOCS!= cat multimedia.sgml.created
|
||||
DATA= multimedia.xml
|
||||
|
||||
WEBDIR= multimedia
|
||||
|
||||
WEB_PREFIX:= ${WEB_PREFIX}/../
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
.if exists(../../Makefile.conf)
|
||||
.include "../../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../../Makefile.inc)
|
||||
.include "../../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DOCS!= cat multimedia.sgml.created
|
||||
DATA= multimedia.xml
|
||||
|
||||
WEBDIR= multimedia
|
||||
|
||||
WEB_PREFIX:= ${WEB_PREFIX}/../
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
Loading…
Reference in a new issue