summaryrefslogtreecommitdiffstats
path: root/Makefile.cvs
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-11-12 09:02:02 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-11-15 22:33:43 +0900
commitad8a278e96261fd8d91f3174c70217c57c3d7db3 (patch)
tree826a1239407e16f4b1e7f27e3c48792cf046bb0a /Makefile.cvs
parent85c033f6a2959d98ccc25439ed27e3ad4827fc40 (diff)
downloaddigikam-ad8a278e.tar.gz
digikam-ad8a278e.zip
Remove unnecessary files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4f3dd798d854b04c75b9a824c9593e24500d5332)
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 be59a869..00000000
--- 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: