diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-13 05:20:24 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-13 05:20:24 +0000 |
commit | 67fe54c9369621384a3f2584d0170cb2b4f936e9 (patch) | |
tree | a8c0600867d48ed89beb03608577758f20448a8f /Makefile.dist | |
download | tde-style-lipstik-67fe54c9369621384a3f2584d0170cb2b4f936e9.tar.gz tde-style-lipstik-67fe54c9369621384a3f2584d0170cb2b4f936e9.zip |
Added Lipstik theme engine
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kde-style-lipstik@1089389 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'Makefile.dist')
-rw-r--r-- | Makefile.dist | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Makefile.dist b/Makefile.dist new file mode 100644 index 0000000..e12528e --- /dev/null +++ b/Makefile.dist @@ -0,0 +1,14 @@ + +all: + @echo "This Makefile is only for the CVS repository" + @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: |