~ubuntu-branches/ubuntu/lucid/prevu/lucid-proposed

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Martin Meredith
  • Date: 2006-11-16 16:35:23 UTC
  • Revision ID: james.westby@ubuntu.com-20061116163523-20zit8s316zpfr76
Tags: upstream-0.4.1bzr46
ImportĀ upstreamĀ versionĀ 0.4.1bzr46

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
all:
 
2
check:
 
3
        @echo -en "Checking with pyflakes..."
 
4
        @pyflakes prevu
 
5
        @pyflakes prevu-init
 
6
        @pyflakes prevu-update
 
7
        @pyflakes prevu-chroot
 
8
        @echo
 
9
install:
 
10
        install -m 755 prevu ${DESTDIR}/usr/bin
 
11
        install -m 755 prevu-init ${DESTDIR}/usr/bin
 
12
        install -m 755 prevu-update ${DESTDIR}/usr/bin
 
13
        install -m 755 prevu-chroot ${DESTDIR}/usr/bin