diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2007-11-02 13:44:00 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2007-11-02 13:44:00 -0200 |
commit | 75a3362b6ada5dae64d6ca7f6a7bff0fcae956bb (patch) | |
tree | 84f3841a895ffb541b66774769b79ce61ab051e5 /doc/makefile | |
parent | d151a8339949f14ac7044d9ed860f2a9f71ca844 (diff) |
* Applied patch from Mike O'Connor <stew@vireo.org> to add a manpage to
apt-mark, closes: #430207.
Diffstat (limited to 'doc/makefile')
-rw-r--r-- | doc/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/makefile b/doc/makefile index 5f774b825..8a8a04c03 100644 --- a/doc/makefile +++ b/doc/makefile @@ -15,7 +15,7 @@ include $(DEBIANDOC_H) SOURCE = apt-cache.8 apt-get.8 apt-cdrom.8 apt.conf.5 sources.list.5 \ apt-config.8 apt_preferences.5 \ apt-sortpkgs.1 apt-ftparchive.1 apt-extracttemplates.1 \ - apt-key.8 apt-secure.8 + apt-key.8 apt-secure.8 apt-mark.8 INCLUDES = apt.ent include $(XML_MANPAGE_H) |