diff options
Diffstat (limited to 'doc/fr')
-rw-r--r-- | doc/fr/apt.ent.fr | 2 | ||||
-rw-r--r-- | doc/fr/makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/fr/apt.ent.fr b/doc/fr/apt.ent.fr index bf0df1827..075d85698 100644 --- a/doc/fr/apt.ent.fr +++ b/doc/fr/apt.ent.fr @@ -1,4 +1,4 @@ -<!-- -*- mode: sgml; mode: fold -*- --> +<?xml version="1.0" encoding="iso-8859-15"?> <!-- Some common paths.. --> <!ENTITY docdir "/usr/share/doc/apt/"> 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) |