~gandelman-a/ubuntu/oneiric/scsitools/mergeproposal

« back to all changes in this revision

Viewing changes to scsidev/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Christian Perrier
  • Date: 2007-02-13 07:22:11 UTC
  • mfrom: (4.1.2 edgy)
  • Revision ID: james.westby@ubuntu.com-20070213072211-fjci695c4cj8xg0a
Tags: 0.9-1.1
* Non-maintainer upload, with maintainer's agreement, to fix pending l10n issues.
* Debconf translations:
  - Portuguese. Closes: #381711

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#
2
 
# $Id: Makefile.in,v 1.9.2.3 2002/07/29 23:56:28 garloff Exp $
 
2
# $Id: Makefile.in,v 1.9.2.4 2005/08/22 00:41:01 garloff Exp $
3
3
#
4
4
## Makefile for scsidev.
5
5
 
60
60
dist: clean
61
61
        rm Makefile
62
62
        (DIR=`/bin/pwd`; DIR=`basename $$DIR`; cd .. && mv $$DIR scsidev-$(VERSION) \
63
 
        && tar cvvf - --exclude scsidev-$(VERSION)/CVS scsidev-$(VERSION) \
 
63
        && tar cvvf - --exclude scsidev-$(VERSION)/CVS \
 
64
           --exclude scsidev-$(VERSION)/autom4te.cache scsidev-$(VERSION) \
64
65
        | gzip -9 > scsidev-$(VERSION).tar.gz; mv scsidev-$(VERSION) $$DIR)
65
66
 
66
67
clean: