diff options
author | Michele Calgaro <[email protected]> | 2024-11-12 09:02:02 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-11-12 09:02:02 +0900 |
commit | 4f3dd798d854b04c75b9a824c9593e24500d5332 (patch) | |
tree | c5fc4ffcc123df8eaad3355bd9d265f7d5f942c1 /Makefile.cvs | |
parent | 7c31acca1fa4044ea0204ddd634b56329e3586f2 (diff) | |
download | digikam-4f3dd798d854b04c75b9a824c9593e24500d5332.tar.gz digikam-4f3dd798d854b04c75b9a824c9593e24500d5332.zip |
Remove unnecessary files
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'Makefile.cvs')
-rw-r--r-- | Makefile.cvs | 14 |
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: |