~ubuntu-branches/ubuntu/breezy/apt/breezy

« back to all changes in this revision

Viewing changes to buildlib/copy.mak

  • Committer: Bazaar Package Importer
  • Author(s): Matt Zimmerman
  • Date: 2005-03-07 20:08:33 UTC
  • Revision ID: james.westby@ubuntu.com-20050307200833-0lxdgg2cb4oculdv
Tags: 0.6.35
* Merge apt--mvo--0 (incorporates 0.6.34ubuntu1):
  - Implement MaxSize and MaxAge in apt.cron.daily, to prevent the cache
    from growing too large (Ubuntu #6761)
  - some comments about the pkgAcqMetaSig::Custom600Headers() added
  - use gpg --with-colons
  - commented the ftp no_proxy unseting in methods/ftp.cc
  - added support for "Acquire::gpgv::options" in methods/gpgv.cc
* Merge bubulle@debian.org--2005/apt--main--0
  - Make capitalization more consistent
  - Un-fuzzy translations resulting from capitalization changes
  - Italian translation update

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
# Input
6
6
# $(SOURCE) - The documents to use
7
7
# $(TO)     - The directory to put them in
 
8
# $(TARGET) - The global target to add the local target as a dependency
 
9
#             to.
8
10
# All output is writtin to files in the build/$(TO) directory
9
11
 
10
12
# See defaults.mak for information about LOCAL
14
16
$(LOCAL)-LIST := $(addprefix $(TO)/,$(SOURCE))
15
17
 
16
18
# Install generation hooks
17
 
doc: $($(LOCAL)-LIST)
 
19
$(TARGET): $($(LOCAL)-LIST)
18
20
veryclean: veryclean/$(LOCAL)
19
21
 
20
22
MKDIRS += $(dir $($(LOCAL)-LIST))