[gimp] plug-ins: pyconsole.py must be included in the distribution.
- From: Jehan Pagès <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] plug-ins: pyconsole.py must be included in the distribution.
- Date: Wed, 31 May 2017 23:15:49 +0000 (UTC)
commit 731cc47a22e9997cf1c805319a2779f14c2af984
Author: Jehan <jehan girinstud io>
Date: Thu Jun 1 01:12:09 2017 +0200
plug-ins: pyconsole.py must be included in the distribution.
By default, _DATA files are not included. Hence `make distcheck` fails
with:
*** No rule to make target 'pyconsole.py', needed by 'all-am'.
Let's add it back.
plug-ins/pygimp/plug-ins/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/pygimp/plug-ins/Makefile.am b/plug-ins/pygimp/plug-ins/Makefile.am
index 5d04c86..38ca4d4 100644
--- a/plug-ins/pygimp/plug-ins/Makefile.am
+++ b/plug-ins/pygimp/plug-ins/Makefile.am
@@ -28,6 +28,6 @@ pluginexec_SCRIPTS = $(scripts)
consoleexecdir = $(gimpplugindir)/plug-ins/python-console
console_scripts = python-console.py
consoleexec_SCRIPTS = $(console_scripts)
-consoleexec_DATA = pyconsole.py
+dist_consoleexec_DATA = pyconsole.py
EXTRA_DIST = $(scripts) $(test_scripts) $(console_scripts)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]