mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
build: Do not remake doc/guix.1.
* doc.am (doc/guix.1): Do not depend on $(sub_commands_mans) which will always appear out-of-date.
This commit is contained in:
parent
dfdf571688
commit
97966e6d65
1 changed files with 6 additions and 2 deletions
8
doc.am
8
doc.am
|
@ -129,8 +129,12 @@ 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)
|
||||
-$(AM_V_HELP2MAN)$(gen_man) --output="$@" `basename "$@" .1`
|
||||
doc/guix.1: scripts/guix.in $(GOBJECTS)
|
||||
-@case '$?' in \
|
||||
*$<*) $(AM_V_P) && set -x || echo " HELP2MAN $@"; \
|
||||
$(gen_man) --output="$@" "guix";; \
|
||||
*) : ;; \
|
||||
esac
|
||||
|
||||
# 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
|
||||
|
|
Loading…
Reference in a new issue