diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-05-24 11:47:02 +0200 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-05-24 12:31:00 +0200 |
commit | d62ff957e10bdfb92b99608310ae9b96676ea4fa (patch) | |
tree | 76abd1d5ee59939df26fdbe77ff6b48771c0162f /data | |
parent | dd56cdf3f64b50ada5db0ef6960519bc19815327 (diff) |
Add empathy.css and helper code to use it
https://bugzilla.gnome.org/show_bug.cgi?id=669473
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 5 | ||||
-rw-r--r-- | data/empathy.css | 0 |
2 files changed, 5 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index ffef27bf..8a61b5ea 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -56,6 +56,11 @@ html_DATA = \ empathy-log-window.html \ $(NULL) +cssdir = $(datadir)/empathy +css_DATA = \ + empathy.css \ + $(NULL) + EXTRA_DIST = \ $(convert_DATA) \ $(desktop_in_files) \ diff --git a/data/empathy.css b/data/empathy.css new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/data/empathy.css |