summaryrefslogtreecommitdiffstats
path: root/Makefile.cvs
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2015-02-18 02:28:43 +0100
committerSlávek Banko <slavek.banko@axis.cz>2015-02-18 02:28:43 +0100
commit2dd1aeb937bf1bb9a30ed830b0d90f6134afa21a (patch)
tree727ecd2b833f983b83bc4829435c864aad0a5aac /Makefile.cvs
downloadakode-2dd1aeb937bf1bb9a30ed830b0d90f6134afa21a.tar.gz
akode-2dd1aeb937bf1bb9a30ed830b0d90f6134afa21a.zip
Initial import of akode 2.0.2
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'Makefile.cvs')
-rw-r--r--Makefile.cvs15
1 files changed, 15 insertions, 0 deletions
diff --git a/Makefile.cvs b/Makefile.cvs
new file mode 100644
index 0000000..3d25000
--- /dev/null
+++ b/Makefile.cvs
@@ -0,0 +1,15 @@
+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:
+