diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-03-08 04:02:32 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-03-08 04:02:32 +0800 |
commit | 810da373110c52cdafe9738ba8777e09e75b6ce2 (patch) | |
tree | fda6d6052654103023958af3513b36e00e8e1ff6 /data | |
parent | 930f7e9074820af5068a38954c4dd5756ac8e671 (diff) | |
download | gsoc2013-epiphany-810da373110c52cdafe9738ba8777e09e75b6ce2.tar gsoc2013-epiphany-810da373110c52cdafe9738ba8777e09e75b6ce2.tar.gz gsoc2013-epiphany-810da373110c52cdafe9738ba8777e09e75b6ce2.tar.bz2 gsoc2013-epiphany-810da373110c52cdafe9738ba8777e09e75b6ce2.tar.lz gsoc2013-epiphany-810da373110c52cdafe9738ba8777e09e75b6ce2.tar.xz gsoc2013-epiphany-810da373110c52cdafe9738ba8777e09e75b6ce2.tar.zst gsoc2013-epiphany-810da373110c52cdafe9738ba8777e09e75b6ce2.zip |
Version 1.7.0.
2005-03-07 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
* data/Makefile.am:
* data/epiphany-1.6.pc.in:
* data/epiphany-1.8.pc.in:
* doc/reference/tmpl/ephy-embed.sgml:
* embed/Makefile.am:
* lib/Makefile.am:
* src/Makefile.am:
* src/bookmarks/Makefile.am:
Version 1.7.0.
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 2 | ||||
-rw-r--r-- | data/epiphany-1.8.pc.in (renamed from data/epiphany-1.6.pc.in) | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 8aca13b4f..b31975a72 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -43,7 +43,7 @@ mimepermissiondir = $(pkgdatadir) mimepermission_DATA = mime-types-permissions.xml pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = epiphany-1.6.pc +pkgconfig_DATA = epiphany-1.8.pc xsldir = $(pkgdatadir) xsl_DATA = epiphany-bookmarks-html.xsl diff --git a/data/epiphany-1.6.pc.in b/data/epiphany-1.8.pc.in index 856c03079..c2d6ec43f 100644 --- a/data/epiphany-1.6.pc.in +++ b/data/epiphany-1.8.pc.in @@ -1,9 +1,9 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ -includedir=@includedir@/epiphany-@EPIPHANY_MAJOR@ -extensionsdir=@libdir@/epiphany-@EPIPHANY_MAJOR@/extensions -loaderdir=@libdir@/epiphany-@EPIPHANY_MAJOR@/loaders +includedir=@includedir@/epiphany/@EPIPHANY_MAJOR@ +extensionsdir=@libdir@/epiphany/@EPIPHANY_MAJOR@/extensions +loaderdir=@libdir@/epiphany/@EPIPHANY_MAJOR@/loaders Name: Epiphany Browser Description: GNOME Web Browser |