[geany/geany] d11066: Merge pull request #242 from codebrainz/dist-gtkrc

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


Branch:      refs/heads/master
Author:      Matthew Brush <mbrush at codebrainz.ca>
Committer:   Matthew Brush <mbrush at codebrainz.ca>
Date:        Tue, 15 Apr 2014 02:50:50 UTC
Commit:      d11066561e79d3a907b714ae68c37022f8488ccd
             https://github.com/geany/geany/commit/d11066561e79d3a907b714ae68c37022f8488ccd

Log Message:
-----------
Merge pull request #242 from codebrainz/dist-gtkrc

Distribute `geany.gtkrc` and `geany.css` files


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