From owner-cvs-doc@FreeBSD.ORG Mon Jul 25 07:35:43 2011 Return-Path: Delivered-To: cvs-doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3AF031065672; Mon, 25 Jul 2011 07:35:43 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2AD628FC15; Mon, 25 Jul 2011 07:35:43 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p6P7Zh8g090119; Mon, 25 Jul 2011 07:35:43 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p6P7Zhm1090118; Mon, 25 Jul 2011 07:35:43 GMT (envelope-from hrs) Message-Id: <201107250735.p6P7Zhm1090118@repoman.freebsd.org> From: Hiroki Sato Date: Mon, 25 Jul 2011 07:35:43 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/cgi Makefile Makefile.inc www/en/cgi/GnatsPR Makefile Makefile.inc www/en/cgi/GnatsPR/Section Makefile www/share/mk web.site.mk X-BeenThere: cvs-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the doc and www trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jul 2011 07:35:43 -0000 hrs 2011-07-25 07:35:43 UTC FreeBSD doc repository Modified files: en/cgi Makefile share/mk web.site.mk Added files: en/cgi Makefile.inc en/cgi/GnatsPR Makefile Makefile.inc en/cgi/GnatsPR/Section Makefile Log: Use bsd.subdir.mk for sub-directory handling. Discussed with: shaun Revision Changes Path 1.1 +14 -0 www/en/cgi/GnatsPR/Makefile (new) 1.1 +4 -0 www/en/cgi/GnatsPR/Makefile.inc (new) 1.1 +12 -0 www/en/cgi/GnatsPR/Section/Makefile (new) 1.36 +3 -13 www/en/cgi/Makefile 1.1 +4 -0 www/en/cgi/Makefile.inc (new) 1.80 +1 -9 www/share/mk/web.site.mk