summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-04-18 12:23:32 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-04-23 21:32:46 -0400
commitb3f4df3f71ea655d08c96a692b2ad189d8be784b (patch)
tree512d134f6a71f769bac83298525a9f4e69e8be82 /Makefile.am
parent18dc8c6f0f76b8d128638105eebad2895f9857f0 (diff)
build: Add doc-update-po as a prerequisite to the dist target.
Otherwise 'make dist' would fail with the message: "No rule to make target 'po/doc/guix-manual.pot', needed by 'distdir-am'. Stop.". * Makefile.am (dist) <doc-po-update>: Add prerequisite. (dist-hook) <doc-po-update>: Remove prerequisite.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 17ad2366550..5600bd55038 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -746,9 +746,12 @@ guix-binary.%.tar.xz:
746 cp "$$tarball" "$@.tmp" ; mv "$@.tmp" "$@" 746 cp "$$tarball" "$@.tmp" ; mv "$@.tmp" "$@"
747 747
748 748
749# The dependency on doc-po-update is to generate the .pot files, which are not
750# checked in.
751dist: doc-po-update
752
749dist-hook: gen-ChangeLog gen-AUTHORS gen-tarball-version 753dist-hook: gen-ChangeLog gen-AUTHORS gen-tarball-version
750dist-hook: assert-no-store-file-names 754dist-hook: assert-no-store-file-names
751dist-hook: doc-po-update
752 755
753distcheck-hook: assert-binaries-available assert-final-inputs-self-contained 756distcheck-hook: assert-binaries-available assert-final-inputs-self-contained
754 757