diff options
author | David Walter Seikel <onefang@gmail.com> | 2006-09-14 20:14:50 +0000 |
---|---|---|
committer | David Walter Seikel <onefang@gmail.com> | 2006-09-14 20:14:50 +0000 |
commit | 410acb66cc24da588343ffa9c4a9a4f18fa42052 (patch) | |
tree | 185b7487075c02e40a5b546b4dd0b3b862e6759f /Makefile.am | |
parent | 00634a43adb8c122b6a746ab1a276ee8f6e7abf3 (diff) |
A script to convert .eap files to .desktop files, putting the icon in
~/.e/e/icons.
This uncovered a problem, menus can't seem to handle the resulting icon, but
ibar and other things can. To be investigated later, I need sleep.
SVN revision: 25845
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 70f995162..423f94f55 100644 --- a/Makefile.am +++ b/Makefile.am | |||
@@ -6,7 +6,7 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \ | |||
6 | stamp-h.in acconfig.h debian/changelog \ | 6 | stamp-h.in acconfig.h debian/changelog \ |
7 | enlightenment.spec | 7 | enlightenment.spec |
8 | 8 | ||
9 | bin_SCRIPTS = enlightenment-config | 9 | bin_SCRIPTS = enlightenment-config eap_to_desktop |
10 | 10 | ||
11 | EXTRA_DIST = README AUTHORS COPYING COPYING-PLAIN \ | 11 | EXTRA_DIST = README AUTHORS COPYING COPYING-PLAIN \ |
12 | enlightenment.spec.in enlightenment.spec \ | 12 | enlightenment.spec.in enlightenment.spec \ |