diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-12-14 21:39:18 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-12-14 21:39:18 +0800 |
commit | 66ea312efab21761bc12a43a638f6a4b4f7b7966 (patch) | |
tree | 5299b4a7705648c877d1e990601e9c92e4de52d3 /data/Makefile.am | |
parent | 5b9dd8cd8d0219343d4a123bc8b17cb8b81eea04 (diff) | |
download | gsoc2013-epiphany-66ea312efab21761bc12a43a638f6a4b4f7b7966.tar gsoc2013-epiphany-66ea312efab21761bc12a43a638f6a4b4f7b7966.tar.gz gsoc2013-epiphany-66ea312efab21761bc12a43a638f6a4b4f7b7966.tar.bz2 gsoc2013-epiphany-66ea312efab21761bc12a43a638f6a4b4f7b7966.tar.lz gsoc2013-epiphany-66ea312efab21761bc12a43a638f6a4b4f7b7966.tar.xz gsoc2013-epiphany-66ea312efab21761bc12a43a638f6a4b4f7b7966.tar.zst gsoc2013-epiphany-66ea312efab21761bc12a43a638f6a4b4f7b7966.zip |
Install the fonts schemas file too.
2005-12-14 Christian Persch <chpe@cvs.gnome.org>
* data/Makefile.am:
Install the fonts schemas file too.
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 96f5bf9b1..a92b826f4 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -39,7 +39,7 @@ applications_DATA = epiphany.applications schemadir = $(GCONF_SCHEMA_FILE_DIR) font_schema_files = epiphany-fonts.schemas schema_in_files = epiphany.schemas.in epiphany-lockdown.schemas.in -schema_DATA = $(schema_in_files:.schemas.in=.schemas) +schema_DATA = $(schema_in_files:.schemas.in=.schemas) $(font_schema_files) aboutdir = $(pkgdatadir) about_DATA = epiphany.xhtml @@ -47,8 +47,8 @@ about_DATA = epiphany.xhtml mimepermissiondir = $(pkgdatadir) mimepermission_DATA = mime-types-permissions.xml -m4datadir=$(datadir)/aclocal -m4data_DATA=epiphany.m4 +m4datadir = $(datadir)/aclocal +m4data_DATA = epiphany.m4 pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = epiphany-1.10.pc @@ -58,7 +58,7 @@ xsl_DATA = \ epiphany-bookmarks-html.xsl \ ephy-xml2ini.xsl -install-data-local: $(schema_DATA) $(font_schema_files) +install-data-local: $(schema_DATA) if GCONF_SCHEMAS_INSTALL if test -z "$(DESTDIR)" ; then \ for p in $^ ; do \ |