mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 13:09:23 -05:00
build: Make 'guix' man page depend on scripts/guix.in.
* doc.am (doc/guix.1): Add scripts/guix.in prerequisite.
This commit is contained in:
parent
92d40a68f4
commit
83e79a134d
1 changed files with 1 additions and 1 deletions
2
doc.am
2
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
|
# Note: Do not depend on 'scripts/guix' since that would trigger a rebuild
|
||||||
# even for people building from a tarball.
|
# 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`
|
-$(AM_V_HELP2MAN)$(gen_man) --output="$@" `basename "$@" .1`
|
||||||
|
|
||||||
# Note: The dependency on $(GOBJECTS) is meant to force these docs to be made
|
# Note: The dependency on $(GOBJECTS) is meant to force these docs to be made
|
||||||
|
|
Loading…
Reference in a new issue