aboutsummaryrefslogtreecommitdiffstats
path: root/data/Makefile.am
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2006-04-10 03:52:49 +0800
committerChristian Persch <chpe@src.gnome.org>2006-04-10 03:52:49 +0800
commit03e87bd59de147ab061aa93a7b94ab32992d73af (patch)
treec19e9f69e8e96fab86173fd147f579178baf3c2b /data/Makefile.am
parentaec8ec1938ebf607c20758cedab4b2a4f6587c74 (diff)
downloadgsoc2013-epiphany-03e87bd59de147ab061aa93a7b94ab32992d73af.tar
gsoc2013-epiphany-03e87bd59de147ab061aa93a7b94ab32992d73af.tar.gz
gsoc2013-epiphany-03e87bd59de147ab061aa93a7b94ab32992d73af.tar.bz2
gsoc2013-epiphany-03e87bd59de147ab061aa93a7b94ab32992d73af.tar.lz
gsoc2013-epiphany-03e87bd59de147ab061aa93a7b94ab32992d73af.tar.xz
gsoc2013-epiphany-03e87bd59de147ab061aa93a7b94ab32992d73af.tar.zst
gsoc2013-epiphany-03e87bd59de147ab061aa93a7b94ab32992d73af.zip
A data/epiphany-pango.schemas:
2006-04-09 Christian Persch <chpe@cvs.gnome.org> * data/Makefile.am: A data/epiphany-pango.schemas: * lib/ephy-prefs.h: * src/ephy-main.c: (main): Enable pango for some indic languages, which depend on it for correct rendering. Bug #335799.
Diffstat (limited to 'data/Makefile.am')
-rw-r--r--data/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 92fffef04..7f9fd11ed 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -30,9 +30,9 @@ desktopdir = $(datadir)/applications
desktop_DATA = $(desktop_in_files:.desktop.in.in=.desktop)
schemadir = $(GCONF_SCHEMA_FILE_DIR)
-font_schema_files = epiphany-fonts.schemas
+extra_schema_files = epiphany-fonts.schemas epiphany-pango.schemas
schema_in_files = epiphany.schemas.in epiphany-lockdown.schemas.in
-schema_DATA = $(schema_in_files:.schemas.in=.schemas) $(font_schema_files)
+schema_DATA = $(schema_in_files:.schemas.in=.schemas) $(extra_schema_files)
aboutdir = $(pkgdatadir)
about_DATA = epiphany.xhtml
@@ -73,7 +73,7 @@ endif
EXTRA_DIST = \
$(service_in_files) \
$(schema_in_files) \
- $(font_schema_files) \
+ $(extra_schema_files) \
$(desktop_in_files) \
$(about_DATA) \
$(mimepermission_DATA) \