~ubuntu-branches/ubuntu/quantal/gputils/quantal

« back to all changes in this revision

Viewing changes to lkr/Makefile.sh

  • Committer: Bazaar Package Importer
  • Author(s): Taisuke Yamada
  • Date: 2009-03-16 08:39:23 UTC
  • mfrom: (1.1.8 upstream) (2.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090316083923-jr9k3f8bchev19s0
Tags: 0.13.7-1
* New upstream release.
* New maintainer (Closes: #504473)
* Bumped Standards-Version to 3.8.1.
* General updates in debian/* to make it lintian clean.
* Removed PS/PDF files from gputils due to duplicate with gputils-doc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
# count the number of items in the list
16
16
let count=0
17
 
for x in `ls *.lkr | sort`
 
17
for x in *.lkr
18
18
  do
19
19
    let count=count+1
20
20
  done
21
21
 
22
22
# output the file list
23
23
let number=0
24
 
for x in `ls *.lkr | sort`
 
24
for x in *.lkr
25
25
  do
26
26
    let number=number+1
27
27
    if [ $number -eq $count ]; then