diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-12 18:25:58 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-12 18:25:58 +0000 |
commit | 2197ea0e5ccbc66d7e6be1ee4580cd8563b58b8e (patch) | |
tree | 768a28e5bdcb3eb25a837ce136b3dc4ebb9f5adf /Makefile.cvs | |
download | tdeio-umountwrapper-2197ea0e5ccbc66d7e6be1ee4580cd8563b58b8e.tar.gz tdeio-umountwrapper-2197ea0e5ccbc66d7e6be1ee4580cd8563b58b8e.zip |
Added KDE3 version of kio-umountwrapper
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kio-umountwrapper@1089228 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'Makefile.cvs')
-rw-r--r-- | Makefile.cvs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile.cvs b/Makefile.cvs new file mode 100644 index 0000000..4c0afd1 --- /dev/null +++ b/Makefile.cvs @@ -0,0 +1,10 @@ +all: + @echo "This Makefile is only for the CVS repository" + @echo "This will be deleted before making the distribution" + @echo "" + $(MAKE) -f admin/Makefile.common cvs + +dist: + $(MAKE) -f admin/Makefile.common dist + +.SILENT: |