From 8cc2aeaee4f5abfa8305e2acd0b4e8340020d56a Mon Sep 17 00:00:00 2001 From: Ell Date: Thu, 31 May 2018 00:29:36 -0400 Subject: [PATCH] configure.ac, Makefile.am: skip po-python/ ... to fix distcheck, since we don't build pygimp ATM. --- Makefile.am | 2 +- configure.ac | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 3ccfcecbb9..5321a0c7d5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,7 +13,7 @@ SUBDIRS = \ po \ po-libgimp \ po-plug-ins \ - po-python \ +## po-python \ po-script-fu \ po-tips \ po-windows-installer \ diff --git a/configure.ac b/configure.ac index 2fb8c1c0b5..0171fad4dd 100644 --- a/configure.ac +++ b/configure.ac @@ -2737,7 +2737,9 @@ m4macros/Makefile po/Makefile.in po-libgimp/Makefile.in po-plug-ins/Makefile.in -po-python/Makefile.in +] +dnl po-python/Makefile.in +[ po-script-fu/Makefile.in po-tips/Makefile.in po-windows-installer/Makefile.in