diff options
author | Xan Lopez <xan@src.gnome.org> | 2003-03-07 03:41:43 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2003-03-07 03:41:43 +0800 |
commit | 789fcc6e7ce4840ecb294e0d00aa06f989bc974f (patch) | |
tree | ef3caa4ca14d229594d3298b4bb89257a28f4001 /data/Makefile.am | |
parent | 2d790e3b02e5f479571f618713f2fed3857cd2a2 (diff) | |
download | gsoc2013-epiphany-789fcc6e7ce4840ecb294e0d00aa06f989bc974f.tar.gz 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.am | 6 |
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 \ |