summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-05-23 13:52:03 -0500
committerFederico Mena Quintero <federico@gnome.org>2022-05-23 13:52:03 -0500
commita67cfd5524fbe1a7c2efd6986672832c1bd9e207 (patch)
tree1c9dc5dae7f34349997e68df1224ca804f223e28 /meson.build
parenta8e2db9ef8a4f9f4398709d89fc644bd66284670 (diff)
downloadat-spi2-core-a67cfd5524fbe1a7c2efd6986672832c1bd9e207.tar.gz
Build the doc/ subdirectory, not doc/libatspi directly
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
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()