docs/124533: [patch] add missing files to www/en/multimedia, include in build
Edwin Groothuis
edwin at mavetju.org
Fri Jun 13 00:30:08 UTC 2008
>Number: 124533
>Category: docs
>Synopsis: [patch] add missing files to www/en/multimedia, include in build
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Fri Jun 13 00:30:07 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: Edwin Groothuis
>Release: FreeBSD 7.0-RELEASE-p1 i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #2: Wed May 28 08:12:56 EST 2008 edwin at k7.mavetju:/usr/src/sys/i386/compile/k7 i386
>Description:
In the commit of the last PR (docs/124447), the files
www/en/multimedia/Makefile.in and www/en/multimedia/Makefile.output
were not included.
The change in www/en/Makefile will include this directory in the
build, but it will not yet have a link to it from the website.
>How-To-Repeat:
>Fix:
Index: Makefile
===================================================================
RCS file: /home/dcvs/www/en/Makefile,v
retrieving revision 1.145
diff -u -r1.145 Makefile
--- Makefile 21 Apr 2008 01:41:45 -0000 1.145
+++ Makefile 13 Jun 2008 00:22:56 -0000
@@ -63,6 +63,7 @@
SUBDIR+= java
SUBDIR+= kse
SUBDIR+= marketing
+SUBDIR+= multimedia
SUBDIR+= news
SUBDIR+= platforms
SUBDIR+= portmgr
Index: multimedia/Makefile.inc
===================================================================
RCS file: multimedia/Makefile.inc
diff -N multimedia/Makefile.inc
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ multimedia/Makefile.inc 13 Jun 2008 00:22:56 -0000
@@ -0,0 +1,4 @@
+# $FreeBSD$
+
+WEBBASE?= /data/multimedia
+WEB_PREFIX?= ${.CURDIR}/../../..
Index: multimedia/Makefile.output
===================================================================
RCS file: multimedia/Makefile.output
diff -N multimedia/Makefile.output
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ multimedia/Makefile.output 13 Jun 2008 00:22:56 -0000
@@ -0,0 +1,15 @@
+.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"
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-doc
mailing list