[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/15: build: Add doc-update-po as a prerequisite to the dist target.
From: |
guix-commits |
Subject: |
03/15: build: Add doc-update-po as a prerequisite to the dist target. |
Date: |
Sat, 24 Apr 2021 10:34:45 -0400 (EDT) |
apteryx pushed a commit to branch version-1.3.0
in repository guix.
commit b3f4df3f71ea655d08c96a692b2ad189d8be784b
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Apr 18 12:23:32 2021 -0400
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 | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index 17ad236..5600bd5 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
- 07/15: .gitignore: Ignore release artifacts., (continued)
- 07/15: .gitignore: Ignore release artifacts., guix-commits, 2021/04/24
- 05/15: gnu: guile-git: Update to 0.5.1., guix-commits, 2021/04/24
- 09/15: import: go: Do not set '%strict-tokenizer?' from the top level., guix-commits, 2021/04/24
- 10/15: import: go: Autoload (htmlprag)., guix-commits, 2021/04/24
- 06/15: build: Use guix system image instead of disk-image, vm-image., guix-commits, 2021/04/24
- 04/15: .gitignore: Ignore generated .pot files., guix-commits, 2021/04/24
- 11/15: file-systems: read-partition-{uuid, label} don't swallow ENOENT & co., guix-commits, 2021/04/24
- 02/15: build-aux: Relax the regexp used to match NEWS sections., guix-commits, 2021/04/24
- 14/15: guix-install.sh: Allow overriding the Guix binary source., guix-commits, 2021/04/24
- 01/15: Merge remote-tracking branch 'origin/wip-ungrafting' into HEAD, guix-commits, 2021/04/24
- 03/15: build: Add doc-update-po as a prerequisite to the dist target.,
guix-commits <=
- 08/15: build: Add a check for Guile-Lib., guix-commits, 2021/04/24
- 12/15: gnu: icecat: Update to 78.10.0-guix0-preview1 [security fixes]., guix-commits, 2021/04/24
- 13/15: gnu: wireshark: Update to 3.4.5 [security fixes]., guix-commits, 2021/04/24
- 15/15: WIP: Prepare for the release., guix-commits, 2021/04/24