summaryrefslogtreecommitdiff
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
parenta8e2db9ef8a4f9f4398709d89fc644bd66284670 (diff)
downloadat-spi2-core-a67cfd5524fbe1a7c2efd6986672832c1bd9e207.tar.gz
Build the doc/ subdirectory, not doc/libatspi directly
-rw-r--r--doc/meson.build1
-rw-r--r--meson.build2
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/meson.build b/doc/meson.build
new file mode 100644
index 00000000..9d1c2ad8
--- /dev/null
+++ b/doc/meson.build
@@ -0,0 +1 @@
+subdir('libatspi')
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()