diff options
author | Diego Escalante Urrelo <descalante@igalia.com> | 2009-09-01 13:05:36 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <descalante@igalia.com> | 2010-12-11 00:53:50 +0800 |
commit | e435a10d44dfed0705a5703b406c854a1208821e (patch) | |
tree | c379fa7e3b59974f72813868a5cb504b378e1ff1 /data/Makefile.am | |
parent | 3a1e97fbd04ca466535da01e8fdd0bca95560aa4 (diff) | |
download | gsoc2013-epiphany-e435a10d44dfed0705a5703b406c854a1208821e.tar gsoc2013-epiphany-e435a10d44dfed0705a5703b406c854a1208821e.tar.gz gsoc2013-epiphany-e435a10d44dfed0705a5703b406c854a1208821e.tar.bz2 gsoc2013-epiphany-e435a10d44dfed0705a5703b406c854a1208821e.tar.lz gsoc2013-epiphany-e435a10d44dfed0705a5703b406c854a1208821e.tar.xz gsoc2013-epiphany-e435a10d44dfed0705a5703b406c854a1208821e.tar.zst gsoc2013-epiphany-e435a10d44dfed0705a5703b406c854a1208821e.zip |
ephy-web-view: use custom error pages
Show nice error pages instead of WebKitGTK+'s defaults.
Bug #592667
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index e6ab83e4a..6fcfa8144 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = art glade icons ui +SUBDIRS = art glade icons pages ui @INTLTOOL_SERVER_RULE@ @INTLTOOL_DESKTOP_RULE@ |