diff options
Diffstat (limited to 'doc/src/sgml/meson.build')
-rw-r--r-- | doc/src/sgml/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/meson.build b/doc/src/sgml/meson.build index 3a4b47d387d..e418de83a76 100644 --- a/doc/src/sgml/meson.build +++ b/doc/src/sgml/meson.build @@ -207,7 +207,7 @@ if docs_dep.found() alias_target('man', man) alias_target('install-man', install_doc_man) - # built and installed as part of the the docs target + # built and installed as part of the docs target installdocs += install_doc_man docs += man endif |