From a67cfd5524fbe1a7c2efd6986672832c1bd9e207 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Mon, 23 May 2022 13:52:03 -0500 Subject: Build the doc/ subdirectory, not doc/libatspi directly --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index c53cdbc9..7b468c29 100644 --- a/meson.build +++ b/meson.build @@ -127,7 +127,7 @@ subdir('registryd') subdir('tests') if get_option('docs') - subdir('doc/libatspi') + subdir('doc') endif if xgettext.found() -- cgit v1.2.1