diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-01-17 07:58:51 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-01-17 07:58:51 +0800 |
commit | 4e874b34f9b185ce3d2c29a97c4b8dd78861b4e0 (patch) | |
tree | ac66fb38ceabcc5b5003cb561241e796845eb13b /data | |
parent | 5a9945adda3cd770a0d72f13e55f11950fd66015 (diff) | |
download | gsoc2013-epiphany-4e874b34f9b185ce3d2c29a97c4b8dd78861b4e0.tar gsoc2013-epiphany-4e874b34f9b185ce3d2c29a97c4b8dd78861b4e0.tar.gz gsoc2013-epiphany-4e874b34f9b185ce3d2c29a97c4b8dd78861b4e0.tar.bz2 gsoc2013-epiphany-4e874b34f9b185ce3d2c29a97c4b8dd78861b4e0.tar.lz gsoc2013-epiphany-4e874b34f9b185ce3d2c29a97c4b8dd78861b4e0.tar.xz gsoc2013-epiphany-4e874b34f9b185ce3d2c29a97c4b8dd78861b4e0.tar.zst gsoc2013-epiphany-4e874b34f9b185ce3d2c29a97c4b8dd78861b4e0.zip |
=== Release 1.9.5 ===Release195
2006-01-17 Christian Persch <chpe@cvs.gnome.org>
=== Release 1.9.5 ===
* configure.ac:
* data/chrome/Makefile.am:
Updates.
Diffstat (limited to 'data')
-rw-r--r-- | data/chrome/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/chrome/Makefile.am b/data/chrome/Makefile.am index eecee66d5..b3c90ca47 100644 --- a/data/chrome/Makefile.am +++ b/data/chrome/Makefile.am @@ -16,4 +16,5 @@ globalchrome_DATA = about.xhtml EXTRA_DIST = \ $(manifest_in_files) \ - $(branding_in_files) + $(branding_in_files) \ + $(globalchrome_DATA) |