diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-12-12 19:06:15 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-12-12 19:06:15 +0800 |
commit | a05517b6231251a7ab03fc82404958310d9b79fa (patch) | |
tree | a89bbd11a9f41de05ff10f8d22add2e0ff83ca4b | |
parent | e4747bb179fec971b8bb57f13c0333411e5a4532 (diff) | |
download | gsoc2013-epiphany-a05517b6231251a7ab03fc82404958310d9b79fa.tar gsoc2013-epiphany-a05517b6231251a7ab03fc82404958310d9b79fa.tar.gz gsoc2013-epiphany-a05517b6231251a7ab03fc82404958310d9b79fa.tar.bz2 gsoc2013-epiphany-a05517b6231251a7ab03fc82404958310d9b79fa.tar.lz gsoc2013-epiphany-a05517b6231251a7ab03fc82404958310d9b79fa.tar.xz gsoc2013-epiphany-a05517b6231251a7ab03fc82404958310d9b79fa.tar.zst gsoc2013-epiphany-a05517b6231251a7ab03fc82404958310d9b79fa.zip |
Fix desktop file install.
2005-12-12 Christian Persch <chpe@cvs.gnome.org>
* data/Makefile.am:
Fix desktop file install.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | data/Makefile.am | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2005-12-12 Christian Persch <chpe@cvs.gnome.org> + + * data/Makefile.am: + + Fix desktop file install. + 2005-12-11 Christian Persch <chpe@cvs.gnome.org> * configure.ac: diff --git a/data/Makefile.am b/data/Makefile.am index ecca2c602..96f5bf9b1 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -29,7 +29,7 @@ server_in_files = GNOME_Epiphany_Automation.server.in server_DATA = GNOME_Epiphany_Automation.server serverdir = $(libdir)/bonobo/servers -desktop_in_file= epiphany.desktop.in.in bme.desktop.in.in +desktop_in_files = epiphany.desktop.in.in bme.desktop.in.in desktopdir = $(datadir)/applications desktop_DATA = $(desktop_in_files:.desktop.in.in=.desktop) |