summaryrefslogtreecommitdiffstats
path: root/Makefile.cvs
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-24 02:04:57 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-24 02:04:57 +0000
commit56d206e89d92bafb0739b4a2adfe0e6c2eadd034 (patch)
tree80f7b56fd06ad144065be7956ce076ca1920c150 /Makefile.cvs
downloadkuickshow-56d206e89d92bafb0739b4a2adfe0e6c2eadd034.tar.gz
kuickshow-56d206e89d92bafb0739b4a2adfe0e6c2eadd034.zip
Added KDE3 version of kuickshow
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kuickshow@1095340 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'Makefile.cvs')
-rw-r--r--Makefile.cvs16
1 files changed, 16 insertions, 0 deletions
diff --git a/Makefile.cvs b/Makefile.cvs
new file mode 100644
index 0000000..b4752bd
--- /dev/null
+++ b/Makefile.cvs
@@ -0,0 +1,16 @@
+
+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:
+