[geany/geany] 64bc67: Distribute `geany.gtkrc` and `geany.css` files

Matthew Brush git-noreply at xxxxx
Tue Apr 15 12:59:07 UTC 2014


Branch:      refs/heads/1.24
Author:      Matthew Brush <matt at geany.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Tue, 15 Apr 2014 12:59:07 UTC
Commit:      64bc67916d9d27c7e4ddb0d0a399cbf157a135cc
             https://github.com/geany/geany/commit/64bc67916d9d27c7e4ddb0d0a399cbf157a135cc

Log Message:
-----------
Distribute `geany.gtkrc` and `geany.css` files

Maybe they aren't dist'ed if they are in Automake conditional?
This probably makes both GTK2 and GTK3 files installed unconditionally.


Modified Paths:
--------------
    Makefile.am

Modified: Makefile.am
10 files changed, 3 insertions(+), 7 deletions(-)
===================================================================
@@ -25,13 +25,9 @@ SYS_DATA_FILES = \
 	$(srcdir)/data/templates/* \
 	$(srcdir)/data/templates/files/* \
 	$(srcdir)/data/colorschemes/* \
-	$(top_srcdir)/data/geany.glade
-
-if GTK3
-	$(top_srcdir)/data/geany.css
-else
-	$(top_srcdir)/data/geany.gtkrc
-endif
+	$(top_srcdir)/data/geany.glade \
+	data/geany.css \
+	data/geany.gtkrc
 
 EXTRA_DIST = \
 	autogen.sh \



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list