[gtksourceview] Don't install check-language.sh and check-style.sh



commit ffd036297a9ff5e88870006a8012353efc5a1e84
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Thu Feb 21 13:44:02 2013 +0100

    Don't install check-language.sh and check-style.sh
    
    But the scripts are still distributed in the tarballs.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=652688

 data/language-specs/Makefile.am |    5 ++---
 data/styles/Makefile.am         |    4 ++--
 2 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/data/language-specs/Makefile.am b/data/language-specs/Makefile.am
index 2cdf103..4bf0318 100644
--- a/data/language-specs/Makefile.am
+++ b/data/language-specs/Makefile.am
@@ -106,9 +106,8 @@ LANGUAGES =                 \
        yacc.lang
 
 languagesdir = $(datadir)/gtksourceview-3.0/language-specs
-languages_DATA = $(LANGUAGES) language.rng language2.rng language.dtd \
-                check-language.sh
+languages_DATA = $(LANGUAGES) language.rng language2.rng language.dtd
 
-EXTRA_DIST = $(languages_DATA)
+EXTRA_DIST = $(languages_DATA) check-language.sh
 
 -include $(top_srcdir)/git.mk
diff --git a/data/styles/Makefile.am b/data/styles/Makefile.am
index d104102..1d301cc 100644
--- a/data/styles/Makefile.am
+++ b/data/styles/Makefile.am
@@ -8,8 +8,8 @@ STYLES =                \
        tango.xml
 
 stylesdir = $(datadir)/gtksourceview-3.0/styles
-styles_DATA = $(STYLES) styles.rng check-style.sh
+styles_DATA = $(STYLES) styles.rng
 
-EXTRA_DIST = $(styles_DATA)
+EXTRA_DIST = $(styles_DATA) check-style.sh
 
 -include $(top_srcdir)/git.mk


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]