From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Lirzin Subject: [PATCH 1/4] Revert "build: Do not remake doc/guix.1." Date: Sat, 19 Mar 2016 17:18:03 +0100 Message-ID: <1458404286-10448-2-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]:52594) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ahJa7-0006k6-Ja 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 1ahJa3-0006CM-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 This reverts commit 97966e6d65bd3d450f12c7bb41af5f9eafd35a60. --- doc.am | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/doc.am b/doc.am index a1eabad..127029c 100644 --- a/doc.am +++ b/doc.am @@ -129,12 +129,8 @@ 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: scripts/guix.in $(GOBJECTS) - -@case '$?' in \ - *$<*) $(AM_V_P) && set -x || echo " HELP2MAN $@"; \ - $(gen_man) --output="$@" "guix";; \ - *) : ;; \ - esac +doc/guix.1: $(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 # only after all Guile modules have been compiled. The 'case' ensures the man -- 2.7.0