Revert "build: Do not remake doc/guix.1."

This reverts commit 97966e6d65.
This commit is contained in:
Mathieu Lirzin 2016-03-19 15:41:04 +01:00
parent c035145968
commit 92d40a68f4
1 changed files with 2 additions and 6 deletions

8
doc.am
View File

@ -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)
-@case '$?' 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