diff options
author | Mathieu Lirzin <mthl@gnu.org> | 2016-03-19 15:49:20 +0100 |
---|---|---|
committer | Mathieu Lirzin <mthl@gnu.org> | 2016-03-20 23:47:59 +0100 |
commit | 83e79a134df63ca7c3045d3c46b0bc0e05149ab7 (patch) | |
tree | 5ddcbc54854474ed98af686411935e4f017121d5 /doc.am | |
parent | 92d40a68f4b14f2527785ffc1ae2e5bf7bb2f200 (diff) | |
download | guix-83e79a134df63ca7c3045d3c46b0bc0e05149ab7.tar guix-83e79a134df63ca7c3045d3c46b0bc0e05149ab7.tar.gz |
build: Make 'guix' man page depend on scripts/guix.in.
* doc.am (doc/guix.1): Add scripts/guix.in prerequisite.
Diffstat (limited to 'doc.am')
-rw-r--r-- | doc.am | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |