diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-02-17 00:43:39 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-03-11 13:17:36 -0500 |
commit | ca11df5f8f900e49a7d1d34c02f3bdedb693910b (patch) | |
tree | 9714f06511c26fb54d00ea3ae5c837fa955c4d9d /docs/meson.build | |
parent | 3733c1634b0f9a531d2f26d337274fc608b68875 (diff) | |
download | pango-ca11df5f8f900e49a7d1d34c02f3bdedb693910b.tar.gz |
docs: Convert markup and attributes docs to pango_markup.md
Diffstat (limited to 'docs/meson.build')
-rw-r--r-- | docs/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/meson.build b/docs/meson.build index bdea5e50..4e2c06e8 100644 --- a/docs/meson.build +++ b/docs/meson.build @@ -2,6 +2,7 @@ gidocgen = find_program('gi-docgen', required: get_option('gtk_doc')) pango_content_files = [ 'pango_rendering.md', + 'pango_markup.md', 'pango-name.png', 'layout.png', 'pipeline.png', |