summaryrefslogtreecommitdiff
path: root/kde/Makefile.cvs
diff options
context:
space:
mode:
authorcvs2git <cvs2git>2006-11-04 06:32:41 +0000
committercvs2git <cvs2git>2006-11-04 06:32:41 +0000
commit51ed2c0082f75e550a41685bc668f898756f0485 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /kde/Makefile.cvs
parent433d460ab7b2836e10a904d0a7cff7b1d481d438 (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_1_0_1'.v1.0.1
Diffstat (limited to 'kde/Makefile.cvs')
-rw-r--r--kde/Makefile.cvs15
1 files changed, 0 insertions, 15 deletions
diff --git a/kde/Makefile.cvs b/kde/Makefile.cvs
deleted file mode 100644
index d5c4a7b..0000000
--- a/kde/Makefile.cvs
+++ /dev/null
@@ -1,15 +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: