summaryrefslogtreecommitdiffstats
path: root/Makefile.cvs
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2019-10-02 15:57:11 +0200
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-10-03 00:11:19 +0900
commit90f49cfe43885d74e1bdb3583346b595f3263e8c (patch)
treead51b53673402010a2dd9b50db6b112b148c79e3 /Makefile.cvs
parent06dc741cf9663356e5e51279bef39f8830b4da53 (diff)
downloadkatapult-90f49cfe43885d74e1bdb3583346b595f3263e8c.tar.gz
katapult-90f49cfe43885d74e1bdb3583346b595f3263e8c.zip
Drop automake build support.
Deleted empty files NEWS and TODO. Moved katapult/COPYING-DOCS to the root package. Add short description in README. (cherry picked from commit 5761a761b19e0d2b312d9630d205ad210c83af7d)
Diffstat (limited to 'Makefile.cvs')
-rw-r--r--Makefile.cvs14
1 files changed, 0 insertions, 14 deletions
diff --git a/Makefile.cvs b/Makefile.cvs
deleted file mode 100644
index be59a86..0000000
--- a/Makefile.cvs
+++ /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: