From fa949b6b7fa553547f26305d4227e8baa0091c1f Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 10 Sep 2010 05:14:00 +0000 Subject: Added initial Trinity version of BibleTime git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/bibletime@1173688 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- Makefile.cvs | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Makefile.cvs (limited to 'Makefile.cvs') diff --git a/Makefile.cvs b/Makefile.cvs new file mode 100644 index 0000000..2444ea1 --- /dev/null +++ b/Makefile.cvs @@ -0,0 +1,14 @@ +# +# Makefile for the cvs repository of BibleTime +# Modified by Martin Gruner +# +# Copyright: (c) 2000 The BibleTime team. +# + +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 + +.SILENT: -- cgit v1.2.1