Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jun 2009 19:38:21 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 163296 for review
Message-ID:  <200906011938.n51JcLxV044992@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

http://perforce.freebsd.org/chv.cgi?CH=163296

Change 163296 by rene@rene_self on 2009/06/01 19:37:31

	Build doc/ and relnotes/ directories when requested	

Affected files ...

.. //depot/projects/docproj_nl/www/nl/Makefile#9 edit

Differences ...

==== //depot/projects/docproj_nl/www/nl/Makefile#9 (text+ko) ====

@@ -79,13 +79,13 @@
 #SUBDIR+= snapshots
 #SUBDIR+= support
 #SUBDIR+= tutorials
-#.if !defined(WEB_ONLY) || empty(WEB_ONLY)
-#SUBDIR+= doc
+.if !defined(WEB_ONLY) || empty(WEB_ONLY)
+SUBDIR+= doc
 #SUBDIR+= ports
-#.endif
-#.if defined(BUILD_RELNOTES)
+.endif
+.if defined(BUILD_RELNOTES)
 #SUBDIR+= relnotes
-#.endif
+.endif
 
 WEBDIR?=	data/nl
 



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