aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2008-07-19 01:45:53 +0800
committerXavier Claessens <xclaesse@gmail.com>2009-06-12 00:06:30 +0800
commit9da5a48b5c7d8c47418b56776839ff7687ecd7f0 (patch)
tree21a74041da6afb74f4500027939377b3996f7ac6 /data
parent294a19437a0ac22d5853dd1ec0934042fcd86360 (diff)
downloadgsoc2013-empathy-9da5a48b5c7d8c47418b56776839ff7687ecd7f0.tar
gsoc2013-empathy-9da5a48b5c7d8c47418b56776839ff7687ecd7f0.tar.gz
gsoc2013-empathy-9da5a48b5c7d8c47418b56776839ff7687ecd7f0.tar.bz2
gsoc2013-empathy-9da5a48b5c7d8c47418b56776839ff7687ecd7f0.tar.lz
gsoc2013-empathy-9da5a48b5c7d8c47418b56776839ff7687ecd7f0.tar.xz
gsoc2013-empathy-9da5a48b5c7d8c47418b56776839ff7687ecd7f0.tar.zst
gsoc2013-empathy-9da5a48b5c7d8c47418b56776839ff7687ecd7f0.zip
Quick check if the theme path is OK.
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 50ac35185..52108fbe7 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -41,12 +41,16 @@ else
install-data-local:
endif
+htmldir = $(datadir)/empathy
+html_DATA = Template.html
+
EXTRA_DIST = \
$(profile_DATA) \
$(desktop_in_files) \
- $(desktop_DATA) \
+ $(desktop_DATA) \
$(schemas_in_files) \
- $(schemas_DATA)
+ $(schemas_DATA) \
+ $(html_DATA)
DISTCLEANFILES = \
$(desktop_DATA) \