~ubuntu-branches/ubuntu/karmic/rkward/karmic

« back to all changes in this revision

Viewing changes to rkward/plugins/makemakefileam.php

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Friedrichsmeier
  • Date: 2006-11-06 16:30:00 UTC
  • mfrom: (1.2.1 upstream) (3.1.1 feisty)
  • Revision ID: james.westby@ubuntu.com-20061106163000-qi8ju75eqecrfay7
* new upstream release
* depend on either php4-cli or php5-cli

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
                                }
29
29
                        }
30
30
                }  else {
31
 
                        if (($file != ".") && ($file != "..") && ($file != "CVS")) {
 
31
                        if (($file != ".") && ($file != "..") && ($file != ".svn")) {
32
32
                                array_push ($subdirs, $file);
33
33
                        } 
34
34
                }