diff options
author | Matt Zimmerman <matt.zimmerman@canonical.com> | 2005-05-24 21:54:59 +0000 |
---|---|---|
committer | Matt Zimmerman <matt.zimmerman@canonical.com> | 2005-05-24 21:54:59 +0000 |
commit | 0c48b235cc099fd2a6f43adc0135a96fc4e524ea (patch) | |
tree | edb5a97b1b8621724dc032636e31cc56ada98d83 /doc | |
parent | dab55ef96e5a3b65bead9244006d4138a2c4fd22 (diff) |
Fix build of French man pages (now using XML, not SGML)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/fr/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/fr/makefile b/doc/fr/makefile index 2b9278457..6544ee9e0 100644 --- a/doc/fr/makefile +++ b/doc/fr/makefile @@ -10,4 +10,4 @@ SOURCE = apt-cache.fr.8 apt-get.fr.8 apt-cdrom.fr.8 apt.conf.fr.5 \ sources.list.fr.5 apt-config.fr.8 apt-sortpkgs.fr.1 \ apt-ftparchive.fr.1 apt_preferences.fr.5 apt-extracttemplates.fr.1 INCLUDES = apt.ent.fr -include $(SGML_MANPAGE_H) +include $(XML_MANPAGE_H) |