diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | doc/fr/makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index d5602ffda..6e25169c7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ apt (0.6.37) breezy; urgency=low - patch-77: French man page update - patch-79: Correct syntax errors in Hebrew translation - patch-81: Portuguese update + * Fix build of French man pages (now using XML, not SGML) -- Matt Zimmerman <mdz@ubuntu.com> Tue, 24 May 2005 14:38:25 -0700 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) |