summaryrefslogtreecommitdiffstats
path: root/Makefile.dist
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2020-09-30 11:03:15 +0200
committergregory guy <gregory-tde@laposte.net>2020-09-30 11:03:15 +0200
commite167d15409204539a0fa3a5b7260ca090192d6fa (patch)
tree9ee388acd73ced62c05ec5552e90361b4d80b214 /Makefile.dist
parent7d6ae8bb0067208c70ab0711a8b06678bf022acc (diff)
downloadkshowmail-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 'Makefile.dist')
-rw-r--r--Makefile.dist14
1 files changed, 0 insertions, 14 deletions
diff --git a/Makefile.dist b/Makefile.dist
deleted file mode 100644
index be59a86..0000000
--- a/Makefile.dist
+++ /dev/null
@@ -1,14 +0,0 @@
-all:
- @echo "This Makefile is only for the CVS repository"
- @echo "This will be deleted before making the distribution"
- @echo ""
- @if test ! -d admin; then \
- echo "Please recheckout this module!" ;\
- echo "for cvs: use checkout once and after that update again" ;\
- echo "for cvsup: checkout kde-common from cvsup and" ;\
- echo " link kde-common/admin to ./admin" ;\
- exit 1 ;\
- fi
- $(MAKE) -f admin/Makefile.common cvs
-
-.SILENT: