diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-09-30 11:03:15 +0200 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2020-09-30 11:03:15 +0200 |
commit | e167d15409204539a0fa3a5b7260ca090192d6fa (patch) | |
tree | 9ee388acd73ced62c05ec5552e90361b4d80b214 /sounds/Makefile.am | |
parent | 7d6ae8bb0067208c70ab0711a8b06678bf022acc (diff) | |
download | kshowmail-e167d15409204539a0fa3a5b7260ca090192d6fa.tar.gz kshowmail-e167d15409204539a0fa3a5b7260ca090192d6fa.zip |
Drop automake build support.
Add basic cmake build instructions.
Delete empty folder templates.
Delete rpm stuff (kshowmail.spec and build-kshowmail folder).
Rework of the README and AUTHORS files.
Add BUGS file.
Move the kshowmail.desktop file into XDG_APPS_INSTALL_DIR directory,
see TDE/tde#26 and bug 2408.
Some cosmetics.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'sounds/Makefile.am')
-rw-r--r-- | sounds/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sounds/Makefile.am b/sounds/Makefile.am deleted file mode 100644 index c1836a1..0000000 --- a/sounds/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -soundsdir = $(kde_datadir)/kshowmail/sounds -sounds_DATA = neuepost.wav newmail.wav |