diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-09-30 11:03:15 +0200 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-10-01 17:16:10 +0900 |
commit | 6726e2fbb9c2cfc27bc67e7793863bc036b55944 (patch) | |
tree | cd98714f8509e774befe0def178a03ec1582ef85 /doc | |
parent | 61254b9781405072cc10e9e3a57fa02460139a29 (diff) | |
download | kshowmail-6726e2fbb9c2cfc27bc67e7793863bc036b55944.tar.gz kshowmail-6726e2fbb9c2cfc27bc67e7793863bc036b55944.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>
(cherry picked from commit e167d15409204539a0fa3a5b7260ca090192d6fa)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 10 | ||||
-rw-r--r-- | doc/cs/Makefile.am | 10 | ||||
-rw-r--r-- | doc/de/Makefile.am | 10 | ||||
-rw-r--r-- | doc/en/Makefile.am | 10 | ||||
-rw-r--r-- | doc/es/Makefile.am | 10 | ||||
-rw-r--r-- | doc/fr/Makefile.am | 10 | ||||
-rw-r--r-- | doc/hu/Makefile.am | 10 | ||||
-rw-r--r-- | doc/it/Makefile.am | 10 | ||||
-rw-r--r-- | doc/ru/Makefile.am | 10 | ||||
-rw-r--r-- | doc/sv/Makefile.am | 9 |
10 files changed, 0 insertions, 99 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 - - diff --git a/doc/cs/Makefile.am b/doc/cs/Makefile.am deleted file mode 100644 index 4ee697a..0000000 --- a/doc/cs/Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ -####### tdevelop will overwrite this part!!! (begin)########## - - -EXTRA_DIST = index.docbook - -####### tdevelop will overwrite this part!!! (end)############ - -KDE_LANG = en -KDE_DOCS = kshowmail - diff --git a/doc/de/Makefile.am b/doc/de/Makefile.am deleted file mode 100644 index f09a56e..0000000 --- a/doc/de/Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ -####### tdevelop will overwrite this part!!! (begin)########## - - -EXTRA_DIST = index.docbook - -####### tdevelop will overwrite this part!!! (end)############ - -KDE_LANG = de -KDE_DOCS = kshowmail - diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am deleted file mode 100644 index 4ee697a..0000000 --- a/doc/en/Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ -####### tdevelop will overwrite this part!!! (begin)########## - - -EXTRA_DIST = index.docbook - -####### tdevelop will overwrite this part!!! (end)############ - -KDE_LANG = en -KDE_DOCS = kshowmail - diff --git a/doc/es/Makefile.am b/doc/es/Makefile.am deleted file mode 100644 index 3ab4475..0000000 --- a/doc/es/Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ -####### tdevelop will overwrite this part!!! (begin)########## - - -EXTRA_DIST = index.docbook - -####### tdevelop will overwrite this part!!! (end)############ - -KDE_LANG = es -KDE_DOCS = kshowmail - diff --git a/doc/fr/Makefile.am b/doc/fr/Makefile.am deleted file mode 100644 index c04cb8e..0000000 --- a/doc/fr/Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ -####### tdevelop will overwrite this part!!! (begin)########## - - -EXTRA_DIST = index.docbook - -####### tdevelop will overwrite this part!!! (end)############ - -KDE_LANG = fr -KDE_DOCS = kshowmail - diff --git a/doc/hu/Makefile.am b/doc/hu/Makefile.am deleted file mode 100644 index 1d2693c..0000000 --- a/doc/hu/Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ -####### tdevelop will overwrite this part!!! (begin)########## - - -EXTRA_DIST = index.docbook - -####### tdevelop will overwrite this part!!! (end)############ - -KDE_LANG = hu -KDE_DOCS = kshowmail - diff --git a/doc/it/Makefile.am b/doc/it/Makefile.am deleted file mode 100644 index 463bdac..0000000 --- a/doc/it/Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ -####### tdevelop will overwrite this part!!! (begin)########## - - -EXTRA_DIST = index.docbook - -####### tdevelop will overwrite this part!!! (end)############ - -KDE_LANG = it -KDE_DOCS = kshowmail - diff --git a/doc/ru/Makefile.am b/doc/ru/Makefile.am deleted file mode 100644 index 26c8987..0000000 --- a/doc/ru/Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ -####### tdevelop will overwrite this part!!! (begin)########## - - -EXTRA_DIST = index.docbook - -####### tdevelop will overwrite this part!!! (end)############ - -KDE_LANG = ru -KDE_DOCS = kshowmail - diff --git a/doc/sv/Makefile.am b/doc/sv/Makefile.am deleted file mode 100644 index 95ce629..0000000 --- a/doc/sv/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ -####### tdevelop will overwrite this part!!! (begin)########## - - -EXTRA_DIST = index.docbook - -####### tdevelop will overwrite this part!!! (end)############ - -KDE_LANG = sv -KDE_DOCS = kshowmail |