aboutsummaryrefslogtreecommitdiff
path: root/gcc/jit/docs/conf.py
diff options
context:
space:
mode:
authorDavid Malcolm <dmalcolm@redhat.com>2020-05-27 04:04:58 -0400
committerDavid Malcolm <dmalcolm@redhat.com>2020-05-27 14:25:28 -0400
commitac43b32ce2e0e38848d06a1567f6db2bbeb678dc (patch)
treec32a6ae5572b1ceea0c9468f6d6f3206d85449eb /gcc/jit/docs/conf.py
parent6efa97ea1d2fe6df1fbb9df78faaa2248a8618d7 (diff)
downloadgcc-ac43b32ce2e0e38848d06a1567f6db2bbeb678dc.zip
gcc-ac43b32ce2e0e38848d06a1567f6db2bbeb678dc.tar.gz
gcc-ac43b32ce2e0e38848d06a1567f6db2bbeb678dc.tar.bz2
jit: fix libgccjit.info entry [PR 91330]
2020-05-27 Tom Tromey <tromey@gcc.gnu.org> gcc/jit/ChangeLog: PR jit/91330 * docs/conf.py (texinfo_documents): Set description. * docs/_build/texinfo/libgccjit.texi: Regenerate.
Diffstat (limited to 'gcc/jit/docs/conf.py')
-rw-r--r--gcc/jit/docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/jit/docs/conf.py b/gcc/jit/docs/conf.py
index 9dcc88e..796e16c 100644
--- a/gcc/jit/docs/conf.py
+++ b/gcc/jit/docs/conf.py
@@ -244,7 +244,7 @@ man_pages = [
# dir menu entry, description, category)
texinfo_documents = [
('index', 'libgccjit', u'libgccjit Documentation',
- u'David Malcolm', 'libgccjit', 'One line description of project.',
+ u'David Malcolm', 'libgccjit', 'GCC-based Just In Time compiler library.',
'Miscellaneous'),
]