diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 17:01:13 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 17:01:13 +0000 |
commit | 9975c27866fd2f7b9a7f5ec44b5ca5ee70f947b2 (patch) | |
tree | f50b2c053de1b3c3a8dad9abd1a72c719a2929b9 /doc/fr/makefile | |
parent | 385f5c07eb04a486a3f04fc24721f2d554aeec03 (diff) |
Add pt_BR translation of apt_preferences(5). Also, bui...
Author: doogie
Date: 2003-04-27 00:25:57 GMT
Add pt_BR translation of apt_preferences(5). Also, build fr manpages.
Diffstat (limited to 'doc/fr/makefile')
-rw-r--r-- | doc/fr/makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/fr/makefile b/doc/fr/makefile new file mode 100644 index 000000000..4e6aafb9e --- /dev/null +++ b/doc/fr/makefile @@ -0,0 +1,12 @@ +# -*- make -*- +BASE=../.. +SUBDIR=doc/fr + +# Bring in the default rules +include ../../buildlib/defaults.mak + +SOURCE = apt-cdrom.fr.8 apt-config.fr.8 apt-extracttemplates.fr.1 \ + apt-ftparchive.fr.1 apt-sortpkgs.fr.1 apt.conf.fr.5 \ + apt_preferences.fr.5 +INCLUDES = apt.ent.fr +include $(SGML_MANPAGE_H) |