diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 17:05:19 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 17:05:19 +0000 |
commit | 24f6490f4ba3572069619d88e053db5cb07e846c (patch) | |
tree | 2c4774b6233e12f552dc9bde4e62e1f7fa6f9b6f /doc/makefile | |
parent | 16633d164ed17530dca1d016db26176e99a02557 (diff) |
* Replace SGML manpages with XML man pages from richard...
Author: mdz
Date: 2004-02-07 21:48:14 GMT
* Replace SGML manpages with XML man pages from richard.bos@xs4all.nl
(Closes: #230687)
Diffstat (limited to 'doc/makefile')
-rw-r--r-- | doc/makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/makefile b/doc/makefile index 9a5775c1f..1287cfc5f 100644 --- a/doc/makefile +++ b/doc/makefile @@ -11,12 +11,12 @@ SOURCE = dpkg-tech.sgml design.sgml files.sgml guide.sgml guide.it.sgml \ cache.sgml method.sgml offline.sgml include $(DEBIANDOC_H) -# Man pages +# XML man pages SOURCE = apt-cache.8 apt-get.8 apt-cdrom.8 apt.conf.5 sources.list.5 \ - apt-config.8 apt-sortpkgs.1 apt-ftparchive.1 apt_preferences.5 \ - apt-extracttemplates.1 vendors.list.5 + apt-config.8 apt_preferences.5 vendors.list.5 \ + apt-sortpkgs.1 apt-ftparchive.1 apt-extracttemplates.1 INCLUDES = apt.ent -include $(SGML_MANPAGE_H) +include $(XML_MANPAGE_H) # Examples SOURCE = examples/apt.conf examples/sources.list examples/configure-index |