From owner-cvs-src@FreeBSD.ORG Fri Aug 17 14:16:59 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE8DC16A417; Fri, 17 Aug 2007 14:16:59 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B914913C469; Fri, 17 Aug 2007 14:16:59 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7HEGxQP051368; Fri, 17 Aug 2007 14:16:59 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7HEGxwh051367; Fri, 17 Aug 2007 14:16:59 GMT (envelope-from bmah) Message-Id: <200708171416.l7HEGxwh051367@repoman.freebsd.org> From: "Bruce A. Mah" Date: Fri, 17 Aug 2007 14:16:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Aug 2007 14:17:00 -0000 bmah 2007-08-17 14:16:59 UTC FreeBSD src repository Modified files: release/doc Makefile Log: Fix the order in which we build subdirectories in a "make all" from the top-level release/doc directory. We were building in share/sgml first, which caused us to autogenerate hardware notes entities in the wrong format (we want to build these via ${RELNOTES_LANG}/hardware/Makefile, in order to get the HWNOTES_MI variable). Approved by: re (kensmith) Revision Changes Path 1.8 +1 -1 src/release/doc/Makefile