~ubuntu-branches/ubuntu/precise/wget/precise-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2008-06-09 17:15:56 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080609171556-cgor46l12f53v5iq
Tags: 1.11.3-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Add wget-udeb to ship wget.gnu as alternative to busybox wget
    implementation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
        cd src && $(MAKE) $@
122
122
 
123
123
dist: $(srcdir)/configure doc/wget.1 doc/wget.info DISTFILES
 
124
        cd po && $(MAKE) wget.pot
124
125
        mkdir $(DISTNAME)
125
126
        for d in `$(FIND) . -type d ! -regex '.*/\.\(svn\|hg\)\(/.*\)?' -print`; do \
126
127
                if [ "$$d" != "." -a "$$d" != "./$(DISTNAME)" ]; then \