summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorIñigo Martínez <inigomartinez@gmail.com>2018-02-16 12:49:23 +0100
committerIñigo Martínez <inigomartinez@gmail.com>2018-03-01 15:09:00 +0100
commitc2986ff74c9250d9fce821987b83a773188722b2 (patch)
treeb50bb51aeeb00268c204962ae6dc4ed24df5e089 /meson.build
parent0dbed5a475214003e93bb95517abc28a43e0bc42 (diff)
downloadtotem-c2986ff74c9250d9fce821987b83a773188722b2.tar.gz
build: Remove meson build file from docs directory
The meson build file in `docs` directory is used only to include the `reference` directory. The file has been removed and the full `docs/reference` path is used from the root source directory.
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 53cdd7201..a639bdf5f 100644
--- a/meson.build
+++ b/meson.build
@@ -282,7 +282,7 @@ subdir('help')
subdir('src')
if get_option('enable-gtk-doc')
- subdir('docs')
+ subdir('docs/reference')
endif
meson.add_install_script('meson_post_install.py')