aboutsummaryrefslogtreecommitdiffstats
path: root/krozat/Makefile.dist
diff options
context:
space:
mode:
authorDavid Baudens <baudens@mandriva.com>2001-08-24 15:59:19 +0000
committerDavid Baudens <baudens@mandriva.com>2001-08-24 15:59:19 +0000
commitf8142913107a30d330380d68acf7d8e2f074f9f2 (patch)
tree1177881531da5b6c32d88f1d5872d447e5fad52a /krozat/Makefile.dist
parentcc6e29c2cae096aeb2eed52cf0333e8f525f55f3 (diff)
downloadcommon-data-f8142913107a30d330380d68acf7d8e2f074f9f2.tar
common-data-f8142913107a30d330380d68acf7d8e2f074f9f2.tar.gz
common-data-f8142913107a30d330380d68acf7d8e2f074f9f2.tar.bz2
common-data-f8142913107a30d330380d68acf7d8e2f074f9f2.tar.xz
common-data-f8142913107a30d330380d68acf7d8e2f074f9f2.zip
Add krozat directory (Mandrake Linux screensaver)
Diffstat (limited to 'krozat/Makefile.dist')
-rw-r--r--krozat/Makefile.dist14
1 files changed, 14 insertions, 0 deletions
diff --git a/krozat/Makefile.dist b/krozat/Makefile.dist
new file mode 100644
index 0000000..be59a86
--- /dev/null
+++ b/krozat/Makefile.dist
@@ -0,0 +1,14 @@
+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: