diff options
author | gregory guy <[email protected]> | 2020-09-30 11:03:15 +0200 |
---|---|---|
committer | gregory guy <[email protected]> | 2020-09-30 11:03:15 +0200 |
commit | e167d15409204539a0fa3a5b7260ca090192d6fa (patch) | |
tree | 9ee388acd73ced62c05ec5552e90361b4d80b214 /doc/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 <[email protected]>
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am deleted file mode 100644 index 28e7d83..0000000 --- a/doc/Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ -####### tdevelop will overwrite this part!!! (begin)########## - -SUBDIRS = en de es sv fr hu it ru - -####### tdevelop will overwrite this part!!! (end)############ - -KDE_LANG = ru -KDE_DOCS = kshowmail - - |