~ubuntu-branches/ubuntu/lucid/cwdaemon/lucid

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Joop Stakenborg
  • Date: 2006-02-19 12:04:16 UTC
  • mfrom: (0.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060219120416-srx4crwo54v8hcln
Tags: 0.9.3-1
* No longer distribute as debian-native.
* Migrate to debhelper.
* Explain configuration of the Debian package in README.Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
                        fi \
32
32
                done \
33
33
        fi
34
 
        if test -d debian; then \
35
 
                mkdir $(distdir)/debian; \
36
 
                for debian in debian/*; do \
37
 
                        if test -f $$debian; then \
38
 
                                cp -p $$debian $(distdir)/debian; \
39
 
                        fi \
40
 
                done \
41
 
        fi
42
34
        if test -d test; then \
43
35
                mkdir $(distdir)/test; \
44
36
                for test in test/*; do \