~ubuntu-branches/ubuntu/vivid/krusader/vivid-proposed

« back to all changes in this revision

Viewing changes to Makefile.cvs

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2010-05-05 22:26:37 UTC
  • mfrom: (3.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100505222637-ydv3cwjwy365on2r
Tags: 1:2.1.0~beta1-1ubuntu1
* Merge from Debian Unstable.  Remaining changes:
  - Retain Kubuntu doc path

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
all: 
2
 
        @echo "This Makefile is only for the CVS repository"
3
 
        @echo "This will be deleted before making the distribution"
4
 
        @echo ""
5
 
        @if test ! -d admin; then \
6
 
           echo "Please recheckout this module!" ;\
7
 
           echo "for cvs: use checkout once and after that update again" ;\
8
 
           echo "for cvsup: checkout kde-common from cvsup and" ;\
9
 
           echo "   link kde-common/admin to ./admin" ;\
10
 
           exit 1 ;\
11
 
        fi
12
 
        $(MAKE) -f admin/Makefile.common cvs
13
 
 
14
 
.SILENT: