[geany/geany] 157b44: Distribute `geany.gtkrc` and `geany.css` files

Matthew Brush git-noreply at xxxxx
Tue Apr 15 02:42:22 UTC 2014


Branch:      refs/heads/master
Author:      Matthew Brush <matt at geany.org>
Committer:   Matthew Brush <matt at geany.org>
Date:        Tue, 15 Apr 2014 02:42:22 UTC
Commit:      157b44f443557f05543a9f4d05322ef1f4f24903
             https://github.com/geany/geany/commit/157b44f443557f05543a9f4d05322ef1f4f24903

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