summaryrefslogtreecommitdiffstats
path: root/Makefile.cvs
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-01-28 13:15:37 +0100
committerSlávek Banko <slavek.banko@axis.cz>2022-01-30 15:34:51 +0100
commit62644d351c27164ab66ae95437d19d4bdd3a97f2 (patch)
tree67bcf79ebd7ded7ba23869f79ec9d9a936d816a4 /Makefile.cvs
parent5674a02fa440fc588d2b7800c7ff7cd8eed871ed (diff)
downloadlibkdcraw-62644d351c27164ab66ae95437d19d4bdd3a97f2.tar.gz
libkdcraw-62644d351c27164ab66ae95437d19d4bdd3a97f2.zip
Drop automake build support.
Rework the README and INSTALL files. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 733f0a554b6389432af4e042a289650e7c212464)
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: