From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Lirzin Subject: [PATCH 2/4] build: Make 'guix' man page depend on scripts/guix.in. Date: Sat, 19 Mar 2016 17:18:04 +0100 Message-ID: <1458404286-10448-3-git-send-email-mthl@gnu.org> References: <1458404286-10448-1-git-send-email-mthl@gnu.org> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52593) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ahJa7-0006k5-JN for guix-devel@gnu.org; Sat, 19 Mar 2016 12:18:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ahJa2-0006Bu-PM for guix-devel@gnu.org; Sat, 19 Mar 2016 12:18:27 -0400 In-Reply-To: <1458404286-10448-1-git-send-email-mthl@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org * doc.am (doc/guix.1): Add scripts/guix.in prerequisite. --- doc.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.am b/doc.am index 127029c..896139f 100644 --- a/doc.am +++ b/doc.am @@ -129,7 +129,7 @@ HELP2MANFLAGS = --source=GNU --info-page=$(PACKAGE_TARNAME) # Note: Do not depend on 'scripts/guix' since that would trigger a rebuild # even for people building from a tarball. -doc/guix.1: $(sub_commands_mans) +doc/guix.1: scripts/guix.in $(sub_commands_mans) -$(AM_V_HELP2MAN)$(gen_man) --output="$@" `basename "$@" .1` # Note: The dependency on $(GOBJECTS) is meant to force these docs to be made -- 2.7.0