~ubuntu-branches/ubuntu/intrepid/gwenview/intrepid

« back to all changes in this revision

Viewing changes to Makefile.cvs

  • Committer: Bazaar Package Importer
  • Author(s): Christopher Martin
  • Date: 2005-04-06 11:33:06 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20050406113306-7zovl7z0io5bacpd
Tags: 1.2.0-1
* New upstream release.
  + Fixes crashes when using "Back" to navigate. (Closes: #301811)
* Enable KIPI support.
* Add a doc-base file for the handbook.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
1
all: 
3
2
        @echo "This Makefile is only for the CVS repository"
4
3
        @echo "This will be deleted before making the distribution"
5
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
6
12
        $(MAKE) -f admin/Makefile.common cvs
7
13
 
8
 
dist:
9
 
        $(MAKE) -f admin/Makefile.common dist
10
 
 
11
14
.SILENT: