~ubuntu-branches/ubuntu/maverick/apt/maverick-security

« back to all changes in this revision

Viewing changes to doc/fr/makefile

  • 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:
 
1
# -*- make -*-
 
2
BASE=../..
 
3
SUBDIR=doc/fr
 
4
 
 
5
# Bring in the default rules
 
6
include ../../buildlib/defaults.mak
 
7
 
 
8
# Man pages
 
9
SOURCE = apt-cache.fr.8 apt-get.fr.8 apt-cdrom.fr.8 apt.conf.fr.5 \
 
10
         sources.list.fr.5 apt-config.fr.8 apt-sortpkgs.fr.1 \
 
11
         apt-ftparchive.fr.1 apt_preferences.fr.5 apt-extracttemplates.fr.1
 
12
INCLUDES = apt.ent.fr
 
13
include $(SGML_MANPAGE_H)