[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/08: build: Add doc-po-update as a prerequisite to the dist target.
From: |
guix-commits |
Subject: |
03/08: build: Add doc-po-update as a prerequisite to the dist target. |
Date: |
Mon, 19 Apr 2021 08:21:17 -0400 (EDT) |
apteryx pushed a commit to branch version-1.3.0
in repository guix.
commit 70fc2b55e08d0ddc1624fb69d9283b09145b96d9
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Apr 18 12:23:32 2021 -0400
build: Add doc-po-update 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 | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index 79debd7..ce1e80d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -746,9 +746,12 @@ 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
+
dist-hook: gen-ChangeLog gen-AUTHORS gen-tarball-version
dist-hook: assert-no-store-file-names
-dist-hook: doc-po-update
distcheck-hook: assert-binaries-available assert-final-inputs-self-contained
- branch version-1.3.0 created (now cb3f969), guix-commits, 2021/04/19
- 01/08: build-aux: Relax the regexp used to match NEWS sections., guix-commits, 2021/04/19
- 06/08: gnu: guix: Update to 1.3.0rc1., guix-commits, 2021/04/19
- 07/08: gnu: guix: Update to 1.3.0rc1.1-07828., guix-commits, 2021/04/19
- 08/08: WIP: Prepare for the release., guix-commits, 2021/04/19
- 02/08: build: Remove a workaround for a 2017 gettext issue., guix-commits, 2021/04/19
- 03/08: build: Add doc-po-update as a prerequisite to the dist target.,
guix-commits <=
- 04/08: .gitignore: Ignore generated .pot files., guix-commits, 2021/04/19
- 05/08: build: Use dist instead of distcheck for the release target., guix-commits, 2021/04/19