diff options
author | Wojtek Kosior <koszko@koszko.org> | 2023-12-22 22:12:10 +0100 |
---|---|---|
committer | W. Kosior <koszko@koszko.org> | 2024-05-03 14:46:59 +0200 |
commit | 6074777059f02d29c012b4bfe906477c1f38e0f3 (patch) | |
tree | 83b4007963f5d6f3201d4a2b3f0f91bc4dbeb821 /po/doc/local.mk | |
parent | 77af8aba7c289435cbdee8998f71bcd92cd0fb2d (diff) | |
download | guix-6074777059f02d29c012b4bfe906477c1f38e0f3.tar.gz guix-6074777059f02d29c012b4bfe906477c1f38e0f3.zip |
build: Fix `make dist` in VPATH builds.
* Makefile.am (gen-ChangeLog): Look for .git in `$(top_srcdir)`.
(gen-AUTHORS): Look for .git in `$(top_srcdir)`.
* po/doc/local.mk (%D%/%.pot): Make sure destination directory exists.
Change-Id: Ib6d78f08f8791d2f8e1758614d21c41f04a39b0a
Diffstat (limited to 'po/doc/local.mk')
-rw-r--r-- | po/doc/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/doc/local.mk b/po/doc/local.mk index 77ec4721e3..f902652f7f 100644 --- a/po/doc/local.mk +++ b/po/doc/local.mk @@ -45,6 +45,7 @@ POT_OPTIONS = \ --msgid-bugs-address "bug-guix@gnu.org" %D%/%.pot: $(srcdir)/doc/%.texi + $(MKDIR_P) %D% # directory might be absent in VPATH build $(AM_V_PO4A)$(PO4A_UPDATEPO) -M UTF-8 -f texinfo -m "$<" \ -p "$@-t" $(POT_OPTIONS) date="$$(git log --pretty=format:%ci -n 1 -- $< 2>/dev/null \ |