guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 2/4] build: Make 'guix' man page depend on scripts/guix.in.


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

* 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]