diff options
author | Diego Escalante Urrelo <descalante@igalia.com> | 2010-01-24 03:28:08 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@gnome.org> | 2010-01-26 08:15:44 +0800 |
commit | adbf74706e0ee2295b9fec91ea6d017bf2c75edf (patch) | |
tree | 6d0c204123e450441b55d07fd53b459e7e202ec3 /data/Makefile.am | |
parent | 23875ed89857851cd7e27541049a7cf74f593310 (diff) | |
download | gsoc2013-epiphany-adbf74706e0ee2295b9fec91ea6d017bf2c75edf.tar gsoc2013-epiphany-adbf74706e0ee2295b9fec91ea6d017bf2c75edf.tar.gz gsoc2013-epiphany-adbf74706e0ee2295b9fec91ea6d017bf2c75edf.tar.bz2 gsoc2013-epiphany-adbf74706e0ee2295b9fec91ea6d017bf2c75edf.tar.lz gsoc2013-epiphany-adbf74706e0ee2295b9fec91ea6d017bf2c75edf.tar.xz gsoc2013-epiphany-adbf74706e0ee2295b9fec91ea6d017bf2c75edf.tar.zst gsoc2013-epiphany-adbf74706e0ee2295b9fec91ea6d017bf2c75edf.zip |
extensions-manager: remove legacy XML format support
This has been long gone and anything still using it probably doesn't work with
the API changes in the last year anyway.
Bug #607881
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index e17a252a7..87f8c1d8e 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -30,8 +30,7 @@ pkgconfig_DATA = epiphany-$(EPIPHANY_API_VERSION).pc xsldir = $(pkgdatadir) xsl_DATA = \ - epiphany-bookmarks-html.xsl \ - ephy-xml2ini.xsl + epiphany-bookmarks-html.xsl # Dbus service file servicedir = $(datadir)/dbus-1/services |