aboutsummaryrefslogtreecommitdiffstats
path: root/data/Makefile.am
diff options
context:
space:
mode:
authorXan Lopez <xan@src.gnome.org>2003-03-07 03:41:43 +0800
committerXan Lopez <xan@src.gnome.org>2003-03-07 03:41:43 +0800
commit789fcc6e7ce4840ecb294e0d00aa06f989bc974f (patch)
treeef3caa4ca14d229594d3298b4bb89257a28f4001 /data/Makefile.am
parent2d790e3b02e5f479571f618713f2fed3857cd2a2 (diff)
downloadgsoc2013-epiphany-789fcc6e7ce4840ecb294e0d00aa06f989bc974f.tar
gsoc2013-epiphany-789fcc6e7ce4840ecb294e0d00aa06f989bc974f.tar.gz
gsoc2013-epiphany-789fcc6e7ce4840ecb294e0d00aa06f989bc974f.tar.bz2
gsoc2013-epiphany-789fcc6e7ce4840ecb294e0d00aa06f989bc974f.tar.lz
gsoc2013-epiphany-789fcc6e7ce4840ecb294e0d00aa06f989bc974f.tar.xz
gsoc2013-epiphany-789fcc6e7ce4840ecb294e0d00aa06f989bc974f.tar.zst
gsoc2013-epiphany-789fcc6e7ce4840ecb294e0d00aa06f989bc974f.zip
about: world comination
about: world comination
Diffstat (limited to 'data/Makefile.am')
-rw-r--r--data/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index f53708b5d..d1df72dd6 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -8,8 +8,8 @@ server_in_files = GNOME_Epiphany_Automation.server.in GNOME_Epiphany_NautilusVie
server_DATA = GNOME_Epiphany_Automation.server GNOME_Epiphany_NautilusView.server
serverdir = $(libdir)/bonobo/servers
-DESKTOP_IN_FILES=epiphany.desktop.in
-DESKTOP_FILES=$(DESKTOP_IN_FILES:.desktop.in=.desktop)
+DESKTOP_IN_FILES= epiphany.desktop.in
+DESKTOP_FILES= $(DESKTOP_IN_FILES:.desktop.in=.desktop)
Applicationsdir = $(datadir)/applications
Applications_DATA = $(DESKTOP_FILES)
@@ -19,7 +19,7 @@ schema_in_files = epiphany.schemas.in
schema_DATA = epiphany.schemas
aboutdir = $(pkgdatadir)
-about_DATA = epiphany.html
+about_DATA = epiphany.xhtml conspiracy.xhtml
install-data-local:
if test -z "$(DESTDIR)" ; then \