summaryrefslogtreecommitdiffstats
path: root/Makefile.cvs
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2019-08-29 23:17:03 +0900
committerSlávek Banko <[email protected]>2021-09-23 17:52:12 +0200
commitca8b8b24c31f0eff77b24acf744a84cea387ba8f (patch)
tree3e60c2f3f79b35791e630ebf89bf160e1c948ff0 /Makefile.cvs
parentfd445f837be1cd45eedbd8b038631f089a10fbb2 (diff)
downloadlibkipi-ca8b8b24c31f0eff77b24acf744a84cea387ba8f.tar.gz
libkipi-ca8b8b24c31f0eff77b24acf744a84cea387ba8f.zip
Removed autotools files and dependency from admin submodule.
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit f96ef641127d218af91f389f5b63a6a1485a5431)
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: