diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-12 09:02:02 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-15 22:33:43 +0900 |
| commit | ad8a278e96261fd8d91f3174c70217c57c3d7db3 (patch) | |
| tree | 826a1239407e16f4b1e7f27e3c48792cf046bb0a /Makefile.cvs | |
| parent | 85c033f6a2959d98ccc25439ed27e3ad4827fc40 (diff) | |
| download | digikam-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.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: |
