Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jan 2014 00:25:49 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r43533 - in head: de_DE.ISO8859-1/htdocs fr_FR.ISO8859-1/htdocs
Message-ID:  <201401150025.s0F0PoLT043881@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hrs
Date: Wed Jan 15 00:25:49 2014
New Revision: 43533
URL: http://svnweb.freebsd.org/changeset/doc/43533

Log:
  Disable relnotes build.

Modified:
  head/de_DE.ISO8859-1/htdocs/Makefile
  head/fr_FR.ISO8859-1/htdocs/Makefile

Modified: head/de_DE.ISO8859-1/htdocs/Makefile
==============================================================================
--- head/de_DE.ISO8859-1/htdocs/Makefile	Wed Jan 15 00:16:04 2014	(r43532)
+++ head/de_DE.ISO8859-1/htdocs/Makefile	Wed Jan 15 00:25:49 2014	(r43533)
@@ -58,7 +58,7 @@ SUBDIR+= ports
 SUBDIR+= doc
 .endif
 .if defined(BUILD_RELNOTES)
-SUBDIR+= relnotes
+#SUBDIR+= relnotes
 .endif
 
 # Non-XML

Modified: head/fr_FR.ISO8859-1/htdocs/Makefile
==============================================================================
--- head/fr_FR.ISO8859-1/htdocs/Makefile	Wed Jan 15 00:16:04 2014	(r43532)
+++ head/fr_FR.ISO8859-1/htdocs/Makefile	Wed Jan 15 00:25:49 2014	(r43533)
@@ -69,7 +69,7 @@ SUBDIR+= donations
 SUBDIR+= doc
 .endif
 .if defined(BUILD_RELNOTES)
-SUBDIR+= relnotes
+#SUBDIR+= relnotes
 .endif
 
 WEBDIR?=	data/fr



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401150025.s0F0PoLT043881>