Browse Source

Fix build of French man pages (now using XML, not SGML)

Matt Zimmerman 21 years ago
parent
commit
0c48b235cc
2 changed files with 2 additions and 1 deletions
  1. 1 0
      debian/changelog
  2. 1 1
      doc/fr/makefile

+ 1 - 0
debian/changelog

@@ -9,6 +9,7 @@ apt (0.6.37) breezy; urgency=low
     - patch-77: French man page update
     - patch-77: French man page update
     - patch-79: Correct syntax errors in Hebrew translation
     - patch-79: Correct syntax errors in Hebrew translation
     - patch-81: Portuguese update
     - 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
  -- Matt Zimmerman <mdz@ubuntu.com>  Tue, 24 May 2005 14:38:25 -0700
 
 

+ 1 - 1
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 \
          sources.list.fr.5 apt-config.fr.8 apt-sortpkgs.fr.1 \
 	 apt-ftparchive.fr.1 apt_preferences.fr.5 apt-extracttemplates.fr.1
 	 apt-ftparchive.fr.1 apt_preferences.fr.5 apt-extracttemplates.fr.1
 INCLUDES = apt.ent.fr
 INCLUDES = apt.ent.fr
-include $(SGML_MANPAGE_H)
+include $(XML_MANPAGE_H)