build: Replace the doc-po-update prerequisite by doc-pot-update.
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>
Mon, 3 May 2021 04:27:36 +0000 (00:27 -0400)
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>
Mon, 3 May 2021 13:29:44 +0000 (09:29 -0400)
commitf995f710e823a26660235928cdfa00a4024cf43a
treec99208d5345f58ecf0e9ef2b01bc99fee10a2d59
parenta23789bbbdd23b1130f0f2521ee8d68872b7fc2c
build: Replace the doc-po-update prerequisite by doc-pot-update.

What is really required for the dist target is the presence of the
auto-generated .pot files; updating the PO files is not necessary nor
desirable (it causes spurious changes in the tree).

* Makefile.am (dist) <doc-po-update>: Replace prerequisite with...
<doc-pot-update>: ... this one.
Makefile.am