From 7f4a6a18c55be5b74ab3782f63509157a9a25afc Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 3 Apr 2010 02:35:45 +0000 Subject: Initial import of kdpkg Debian package installer git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kdpkg@1110433 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- Makefile.cvs | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Makefile.cvs (limited to 'Makefile.cvs') 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: -- cgit v1.2.1