[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/04: Revert "build: Do not remake doc/guix.1."
From: |
Mathieu Lirzin |
Subject: |
01/04: Revert "build: Do not remake doc/guix.1." |
Date: |
Sun, 20 Mar 2016 22:51:39 +0000 |
mthl pushed a commit to branch master
in repository guix.
commit 92d40a68f4b14f2527785ffc1ae2e5bf7bb2f200
Author: Mathieu Lirzin <address@hidden>
Date: Sat Mar 19 15:41:04 2016 +0100
Revert "build: Do not remake doc/guix.1."
This reverts commit 97966e6d65bd3d450f12c7bb41af5f9eafd35a60.
---
doc.am | 8 ++------
1 files 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)
- address@hidden '$?' 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