diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-10-18 04:09:09 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-10-18 04:09:09 +0800 |
commit | f07a81d93c1aadf9131ff54c4aadfe25607e4a2e (patch) | |
tree | 0704cf378a881fa8aa890f4803f54ef16484948a /data/Makefile.am | |
parent | 74859f3e57ed50dd10f285f178f7e2cecc64e000 (diff) | |
download | gsoc2013-epiphany-f07a81d93c1aadf9131ff54c4aadfe25607e4a2e.tar gsoc2013-epiphany-f07a81d93c1aadf9131ff54c4aadfe25607e4a2e.tar.gz gsoc2013-epiphany-f07a81d93c1aadf9131ff54c4aadfe25607e4a2e.tar.bz2 gsoc2013-epiphany-f07a81d93c1aadf9131ff54c4aadfe25607e4a2e.tar.lz gsoc2013-epiphany-f07a81d93c1aadf9131ff54c4aadfe25607e4a2e.tar.xz gsoc2013-epiphany-f07a81d93c1aadf9131ff54c4aadfe25607e4a2e.tar.zst gsoc2013-epiphany-f07a81d93c1aadf9131ff54c4aadfe25607e4a2e.zip |
A data/ephy-xml2ini.xsl:
2005-10-16 Christian Persch <chpe@cvs.gnome.org>
* data/Makefile.am:
A data/ephy-xml2ini.xsl:
* src/ephy-extensions-manager.c:
Remove .xml parsing code and translate the .xml files to
the new format with XSLT instead.
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 039aa59a6..e0e798c1a 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -55,7 +55,9 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = epiphany-1.10.pc xsldir = $(pkgdatadir) -xsl_DATA = epiphany-bookmarks-html.xsl +xsl_DATA = \ + epiphany-bookmarks-html.xsl \ + ephy-xml2ini.xsl install-data-local: if GCONF_SCHEMAS_INSTALL |