PERFORCE change 163296 for review

Rene Ladan rene at FreeBSD.org
Mon Jun 1 19:38:23 UTC 2009


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

Change 163296 by rene at 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
 


More information about the p4-projects mailing list