aboutsummaryrefslogtreecommitdiffstats
path: root/data/chrome/Makefile.am
diff options
context:
space:
mode:
authorCrispin Flowerday <gnome@flowerday.cx>2006-01-15 23:46:27 +0800
committerCrispin Flowerday <crispin@src.gnome.org>2006-01-15 23:46:27 +0800
commita5f030995805e069abfe185ffff438e9f28d5ee1 (patch)
tree2ef26ae788f422ad649c7bf02f0fbf959c17e2c8 /data/chrome/Makefile.am
parentee23ae3fd2c94a885279507c7939ca3c62828b98 (diff)
downloadgsoc2013-epiphany-a5f030995805e069abfe185ffff438e9f28d5ee1.tar
gsoc2013-epiphany-a5f030995805e069abfe185ffff438e9f28d5ee1.tar.gz
gsoc2013-epiphany-a5f030995805e069abfe185ffff438e9f28d5ee1.tar.bz2
gsoc2013-epiphany-a5f030995805e069abfe185ffff438e9f28d5ee1.tar.lz
gsoc2013-epiphany-a5f030995805e069abfe185ffff438e9f28d5ee1.tar.xz
gsoc2013-epiphany-a5f030995805e069abfe185ffff438e9f28d5ee1.tar.zst
gsoc2013-epiphany-a5f030995805e069abfe185ffff438e9f28d5ee1.zip
Override the page that is shown for the about: url so that it doesn't say
2006-01-15 Crispin Flowerday <gnome@flowerday.cx> * data/chrome/Makefile.am: * data/chrome/about.xhtml: * data/chrome/brand.dtd.in: * data/chrome/brand.properties.in: * data/chrome/epiphany.manifest.in: Override the page that is shown for the about: url so that it doesn't say "Deer Park"
Diffstat (limited to 'data/chrome/Makefile.am')
-rw-r--r--data/chrome/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/data/chrome/Makefile.am b/data/chrome/Makefile.am
index 155e8aa83..eecee66d5 100644
--- a/data/chrome/Makefile.am
+++ b/data/chrome/Makefile.am
@@ -11,6 +11,9 @@ branding_in_files = \
brand.properties.in
branding_DATA = $(branding_in_files:%.in=%)
+globalchromedir = $(manifestdir)/global
+globalchrome_DATA = about.xhtml
+
EXTRA_DIST = \
$(manifest_in_files) \
$(branding_in_files)