build: Add doc-update-po as a prerequisite to the dist target.
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>
Sun, 18 Apr 2021 16:23:32 +0000 (12:23 -0400)
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>
Sat, 24 Apr 2021 01:32:46 +0000 (21:32 -0400)
commitb3f4df3f71ea655d08c96a692b2ad189d8be784b
tree512d134f6a71f769bac83298525a9f4e69e8be82
parent18dc8c6f0f76b8d128638105eebad2895f9857f0
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.
Makefile.am