Date: Sat, 23 Nov 2013 23:56:32 +0000 (UTC) From: Glen Barber <gjb@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-projects@freebsd.org Subject: svn commit: r43227 - in projects/zfsupdate-201307: de_DE.ISO8859-1/htdocs en_US.ISO8859-1/htdocs Message-ID: <201311232356.rANNuWY1021220@svn.freebsd.org>
index | next in thread | raw e-mail
Author: gjb Date: Sat Nov 23 23:56:32 2013 New Revision: 43227 URL: http://svnweb.freebsd.org/changeset/doc/43227 Log: Remove comments preceeding 'SUBDIR+= ports' that I added during test build, which should not have been committed. Approved by: doceng (implicit) Sponsored by: The FreeBSD Foundation Modified: projects/zfsupdate-201307/de_DE.ISO8859-1/htdocs/Makefile projects/zfsupdate-201307/en_US.ISO8859-1/htdocs/Makefile Modified: projects/zfsupdate-201307/de_DE.ISO8859-1/htdocs/Makefile ============================================================================== --- projects/zfsupdate-201307/de_DE.ISO8859-1/htdocs/Makefile Sat Nov 23 23:48:10 2013 (r43226) +++ projects/zfsupdate-201307/de_DE.ISO8859-1/htdocs/Makefile Sat Nov 23 23:56:32 2013 (r43227) @@ -54,7 +54,7 @@ SUBDIR+= security SUBDIR+= snapshots SUBDIR+= support .if !defined(WEB_ONLY) || empty(WEB_ONLY) -#SUBDIR+= ports +SUBDIR+= ports SUBDIR+= doc .endif .if defined(BUILD_RELNOTES) Modified: projects/zfsupdate-201307/en_US.ISO8859-1/htdocs/Makefile ============================================================================== --- projects/zfsupdate-201307/en_US.ISO8859-1/htdocs/Makefile Sat Nov 23 23:48:10 2013 (r43226) +++ projects/zfsupdate-201307/en_US.ISO8859-1/htdocs/Makefile Sat Nov 23 23:56:32 2013 (r43227) @@ -77,7 +77,7 @@ SUBDIR+= snapshots SUBDIR+= support .if !defined(WEB_ONLY) || empty(WEB_ONLY) SUBDIR+= doc -#SUBDIR+= ports +SUBDIR+= ports .endif .if defined(BUILD_RELNOTES) SUBDIR+= relnoteshelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311232356.rANNuWY1021220>
