[release-notes/wip/hadess/add-ci: 1/2] Fix building when srcdir != builddir
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [release-notes/wip/hadess/add-ci: 1/2] Fix building when srcdir != builddir
- Date: Fri, 23 Jul 2021 15:30:52 +0000 (UTC)
commit c539534b77589a5c2aeac6864014cfff1b8d58cb
Author: Bastien Nocera <hadess hadess net>
Date: Fri Jul 23 17:29:59 2021 +0200
Fix building when srcdir != builddir
This allows us to build the release notes using the default jhbuild
configuration.
Fixes: 768a7560b38ae1c838a8e7f8d02e08897880f515
help/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/help/Makefile.am b/help/Makefile.am
index 5f31c119..c5fc4006 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -21,4 +21,4 @@ HELP_MEDIA = \
figures/web.png \
figures/placeholder.png
-HELP_LINGUAS = $(shell cat LINGUAS | sed '/^#/d')
+HELP_LINGUAS = $(shell cat $(srcdir)/LINGUAS | sed '/^#/d')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]