mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-14 14:04:45 +00:00
Bug 28663 - generate man page for kmidiff
This patch is based on a patch submitted to this bug report by George Rawlinson <grawlinson@archlinux.org>. It generates a man page for the kmidiff tool. * doc/manuals/conf.py: Update copyright year. Generate man page for the kmidiff tool. Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
parent
e5bed8512f
commit
eb3e549794
@ -41,7 +41,7 @@ master_doc = 'index'
|
||||
|
||||
# General information about the project.
|
||||
project = u'Libabigail'
|
||||
copyright = u'2014-2016, Red Hat, Inc.'
|
||||
copyright = u'2014-2022, Red Hat, Inc.'
|
||||
|
||||
# The version info for the project you're documenting, acts as replacement for
|
||||
# |version| and |release|, also used in various other places throughout the
|
||||
@ -220,6 +220,7 @@ man_pages = [
|
||||
('abilint', 'abilint', u'validate an abigail ABI representation', [u'Dodji Seketeli'], 1),
|
||||
('abicompat', 'abicompat', u'check ABI compatibility', [u'Dodji Seketeli'], 1),
|
||||
('fedabipkgdiff', 'fedabipkgdiff', u'compare ABIs of Fedora packages', [u'Chenxiong Qi'], 1),
|
||||
('kmidiff', 'kmidiff', u'compare KMIs of Linux Kernel trees', [u'Dodji Seketeli'], 1),
|
||||
]
|
||||
|
||||
# If true, show URL addresses after external links.
|
||||
|
Loading…
Reference in New Issue
Block a user