diff options
| author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-05-03 00:27:36 -0400 |
|---|---|---|
| committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-05-03 09:29:44 -0400 |
| commit | f995f710e823a26660235928cdfa00a4024cf43a (patch) | |
| tree | c99208d5345f58ecf0e9ef2b01bc99fee10a2d59 /Makefile.am | |
| parent | a23789bbbdd23b1130f0f2521ee8d68872b7fc2c (diff) | |
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.
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 941ab052346..de32a0a42b7 100644 --- a/Makefile.am +++ b/Makefile.am | |||
| @@ -740,9 +740,9 @@ guix-binary.%.tar.xz: | |||
| 740 | cp "$$tarball" "$@.tmp" ; mv "$@.tmp" "$@" | 740 | cp "$$tarball" "$@.tmp" ; mv "$@.tmp" "$@" |
| 741 | 741 | ||
| 742 | 742 | ||
| 743 | # The dependency on doc-po-update is to generate the .pot files, which are not | 743 | # The dependency on doc-pot-update is to generate the .pot files, which are |
| 744 | # checked in. | 744 | # not checked in. |
| 745 | dist: doc-po-update | 745 | dist: doc-pot-update |
| 746 | 746 | ||
| 747 | dist-hook: gen-ChangeLog gen-AUTHORS gen-tarball-version | 747 | dist-hook: gen-ChangeLog gen-AUTHORS gen-tarball-version |
| 748 | dist-hook: assert-no-store-file-names | 748 | dist-hook: assert-no-store-file-names |
