guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: build: Replace the doc-po-update prerequisite by doc-pot-update.


From: guix-commits
Subject: 03/04: build: Replace the doc-po-update prerequisite by doc-pot-update.
Date: Mon, 3 May 2021 09:33:05 -0400 (EDT)

apteryx pushed a commit to branch version-1.3.0
in repository guix.

commit f995f710e823a26660235928cdfa00a4024cf43a
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon May 3 00:27:36 2021 -0400

    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 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 941ab05..de32a0a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -740,9 +740,9 @@ guix-binary.%.tar.xz:
        cp "$$tarball" "$@.tmp" ; mv "$@.tmp" "$@"
 
 
-# The dependency on doc-po-update is to generate the .pot files, which are not
-# checked in.
-dist: doc-po-update
+# The dependency on doc-pot-update is to generate the .pot files, which are
+# not checked in.
+dist: doc-pot-update
 
 dist-hook: gen-ChangeLog gen-AUTHORS gen-tarball-version
 dist-hook: assert-no-store-file-names



reply via email to

[Prev in Thread] Current Thread [Next in Thread]